public void Import_Organizations_With_Void_Lines_Between_Organizations()
 {
     OrganizationCreator.ImportTemplateWithVoidLinesBetweenOrganizations();
     AssertThat.IsTrue(OrganizationCreator.IsOrganizationFileImportedSuccessfully, "Contacts were not imported but they should.");
 }