public async Task <IEnumerable <Disease> > GetEnrolleeDiseases(int enrolleeId) { return(await _diseaseRepository.GetEnrolleeDiseases(enrolleeId)); }