public async Task <IEnumerable <User> > GetUsers(string coachEmail) => await _coachRepository.GetUsers(coachEmail);