pub async fn do_fetch_and_upsert_service_info(
    pool: PgPool,
    exercise_service: &ExerciseService
) -> Result<ExerciseServiceInfo>