public async Task <IList <V2UniverseFactions> > FactionsAsync()
 {
     return(await _internalLatestUniverse.FactionsAsync());
 }