public async Task <IList <int> > RegionsAsync()
 {
     return(await _internalLatestUniverse.RegionsAsync());
 }