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