public void Update(T entity, bool aclSecured = false) { if (entityFilter.HasAccess(entity, AccessType.UPDATE)) { Update(entity); } }