public void Cannot_Leave_Organization_Mandatory_Fields_Empty() { OrganizationCreator.CreateOrganizationWithoutOrganizationName(); AssertThat.IsFalse(OrganizationCreator.FirstOrganization.IsOrganizationCreatedSuccessfully, "Organization was created successfully though it should not."); }