public IEnumerable <RaceOverview> Get() { var allRaces = _raceService.GetAllRaces(); return(ConvertModelToDto(allRaces)); }