public async Task <V4UniverseSystem> SystemAsync(int systemId)
 {
     return(await _internalLatestUniverse.SystemAsync(systemId));
 }