public void Import_Contacts_With_All_Contact_Fields_Filled()
 {
     ContactCreator.ImportTemplateContactWithAllValues();
     AssertThat.IsTrue(ContactCreator.IsContactFileImportedSuccessfully, "Contact was not imported successfully");
     AssertThat.IsTrue(ContactCreator.FirstContact.AreContactFieldValuesSavedCorrectly, "Contact field values where not saved correctly");
 }