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