static GroupAccessControl buildFromResultSet(final ResultSet rs,
                                                 final AccessControlDecryptor decryptor)
            throws SQLException, GeneralSecurityException {
        return GroupAccessControl.builder()
                .withItemId(rs.getString(1))