public async Task <IEnumerable <Exercise> > FindExercises() { var results = await _exercisesRepository.ReadAllAsync(); return(results); }