public void Import_Contacts_With_Invalid_Combo_Box_Values()
 {
     ContactCreator.ImportTemplateContactWithInvalidComboValues();
     AssertThat.IsTrue(ContactCreator.IsContactFileFailedToImport, "Contact with invalid combo box values was imported but it should not");
 }