public async Task <PagedModel <int> > GroupsAsync(int page) { if (page < 1) { throw new EsiException("Pages below 1 is not allowed!"); } return(await _internalLatestUniverse.GroupsAsync(page)); }