public async Task <IList <int> > ConstellationsAsync()
 {
     return(await _internalLatestUniverse.ConstellationsAsync());
 }