public async Task <V1UniverseGroup> GroupAsync(int groupId)
 {
     return(await _internalLatestUniverse.GroupAsync(groupId));
 }