public void VerifyProperties(Func <PropertyInfo, bool> predicate) { _specification.CheckProperties(predicate); _specification.Verify(); }