protected Exception CreateException(IValidatable entity) { return new Exception(entity.ValidationMessage()); }