public void VerifyTest() { _contactForm.Fill(Contact.DEFAULT_CONTACT); new Check().IsTrue(_contactForm.Verify(Contact.DEFAULT_CONTACT).Count == 0); }