public Task <IReadOnlyList <EligibilityLevel> > GetEligibilityLevels()
 {
     return(_fantasyCriticRepo.GetEligibilityLevels());
 }