public async Task <V2UniverseStation> StationAsync(int stationId)
 {
     return(await _internalLatestUniverse.StationAsync(stationId));
 }