public async Task <IList <V2UniverseSystemKills> > SystemKillsAsync()
 {
     return(await _internalLatestUniverse.SystemKillsAsync());
 }