public void Create_Organization_With_Extra_Null_Fields()
 {
     OrganizationCreator.CreateOrganizationWithNullValuesInExtraFields();
     AssertThat.IsTrue(OrganizationCreator.FirstOrganization.IsOrganizationCreatedSuccessfully, "Organization was not saved successfully though it should have.");
     AssertThat.IsTrue(OrganizationCreator.FirstOrganization.AreOrganizationFieldValuesSavedCorrectly, "Organization field values were not saved correctly");
 }