private void Assert(IValidatable validatable) { if (validatable == null) { return; } validatable.Assert(); }