public void Import_Contacts_Template_With_Void_Lines_Between_Contacts()
 {
     ContactCreator.ImportTemplateWithVoidLinesBetweenContacts();
     AssertThat.IsTrue(ContactCreator.IsContactFileImportedSuccessfully, "Contacts were not imported but they should.");
 }