public async Task <AthleteDto> HandleAsync(GetAthleteExercise query)
 {
     return(await _athleteService.GetExerciseAsync(query.UserId, query.ExerciseId));
 }