public async Task <V1UniverseStar> StarAsync(int starId)
 {
     return(await _internalLatestUniverse.StarAsync(starId));
 }