private async Task <bool> ExerciseExists(int id) { return(await _exerciseService.Exists(ex => ex.RecordId == id)); }