public async Task <V1UniverseGraphic> GraphicAsync(int graphicId)
 {
     return(await _internalLatestUniverse.GraphicAsync(graphicId));
 }