public function testGetDisplayLabelFromLookupText()
 {
     $o_service = new WLPlugInformationServiceTGN();
     $this->assertEquals('Coney Island', $o_service->getDisplayValueFromLookupText('[7015849] Coney Island; Brooklyn, New York (neighborhoods)'));
 }