public function testByAddress()
 {
     $options = new AtmLocationRequestOptions(0, 25);
     $options->setAddressLine1("BLK 1 ROCHOR ROAD UNIT 01-640 ROCHOR ROAD");
     $options->setCountry("SGP");
     $atms = $this->service->getAtms($options);
     $this->assertTrue(count($atms->getAtm()) > 0);
 }