pub async fn get_exercise_service(
    conn: &mut PgConnection,
    id: Uuid
) -> ModelResult<ExerciseService>