public function testLookupPayment()
 {
     $this->assertInstanceOf(Payment::getClass(), $this->client->lookupPayment($this->payment->getId()));
 }