public PagedModel <V1CorporationRolesHistory> RoleHistory(SsoToken token, long corporationId, int page) { if (page < 1) { throw new EsiException("Pages below 1 is not allowed!"); } return(_internalLatestCorporations.RoleHistory(token, corporationId, page)); }