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