protected void CheckValidity(IValidatable entity) { if (!entity.isValid()) { throw CreateException(entity); } }