public void Import_Contact_Without_Values_In_Mandatory_Field()
 {
     ContactCreator.ImportTemplateContactWithoutLastName();
     AssertThat.IsTrue(ContactCreator.IsContactFileFailedToImport, "Contact was imported successfully though last name field was left null. Defect spotted!");
 }