public async Task <IList <V1UniverseRaces> > RacesAsync()
 {
     return(await _internalLatestUniverse.RacesAsync());
 }