public void Import_Contacts_With_Nonexistent_Organization()
 {
     ContactCreator.ImportTemplateContactWithInvalidOrganization();
     AssertThat.IsTrue(ContactCreator.IsContactFileFailedToImport, "Contact was imported successfully though organization name value contains a non existent organization. Defect spotted!");
 }