public function testRegex()
 {
     $this->assertRegExp(BatchCustomer::getRegex(), '/expressly/api/batch/customer/');
     $this->assertRegExp(BatchCustomer::getRegex(), '/expressly/api/batch/customer');
     $this->assertRegExp(BatchCustomer::getRegex(), 'expressly/api/batch/customer/');
     $this->assertRegExp(BatchCustomer::getRegex(), 'expressly/api/batch/customer');
 }