public async Task <V1UniverseConstellation> ConstellationAsync(int constellationId)
 {
     return(await _internalLatestUniverse.ConstellationAsync(constellationId));
 }