public function testOrgConfigMaster()
 {
     $org = $this->_service->load(self::MASTER_ORG_ID);
     $config = $this->_service->getOrgConfig($org);
     $this->assertInstanceOf('Application\\Model\\Organization\\Types\\OrgConfigModel', $config);
     $this->assertEmpty($config->exportData());
 }