public void Import_Template_With_More_Columns() { OrganizationCreator.ImportTemplateWithMoreColumns(); AssertThat.IsTrue(OrganizationCreator.IsOrganizationFileImportedSuccessfully, "Organization was not imported successfully thought it should"); AssertThat.IsTrue(OrganizationCreator.FirstOrganization.AreOrganizationFieldValuesSavedCorrectly, "Organization field values were not saved correctly"); }