pub async fn get_service_info(
    conn: &mut PgConnection,
    exercise_service_id: Uuid
) -> ModelResult<ExerciseServiceInfo>