public void Import_Contacts_Template_Without_Mandatory_Column()
 {
     ContactCreator.ImportTemplateWithoutMandatoryColumn();
     AssertThat.IsTrue(ContactCreator.IsContactFileFailedToImport, "Contact was imported but it should not because contact file did not contain the mandatory last name column.");
 }