public async Task <V1UniverseStargate> StargateAsync(int stargateId)
 {
     return(await _internalLatestUniverse.StargateAsync(stargateId));
 }