public function testGetByAlphaNumericPostalCode()
 {
     $options = new AtmLocationRequestOptions(0, 25);
     $options->setPostalCode("60606-6301");
     $options->setCountry("USA");
     $atms = $this->service->getAtms($options);
     $this->assertTrue(count($atms->getAtm()) > 0);
 }