public async Task <IList <long> > StructuresAsync()
 {
     return(await _internalLatestUniverse.StructuresAsync());
 }