public async Task <V1UniverseCategory> CategoryAsync(int categoryId)
 {
     return(await _internalLatestUniverse.CategoryAsync(categoryId));
 }