pub async fn get_exercise_services(
    conn: &mut PgConnection
) -> ModelResult<Vec<ExerciseService>>