public async Task <V1UniverseMoon> MoonAsync(int moonId)
 {
     return(await _internalLatestUniverse.MoonAsync(moonId));
 }