public void Import_Contacts_Template_Containing_More_Columns_Than_Normal()
 {
     ContactCreator.ImportTemplateWithMoreColumns();
     AssertThat.IsTrue(ContactCreator.IsContactFileImportedSuccessfully, "Contact was not imported but it should.");
     AssertThat.IsTrue(ContactCreator.FirstContact.AreContactFieldValuesSavedCorrectly, "Contact field values where not saved correctly");
 }