public function test052SaleGift1Void()
 {
     $response = $this->giftService->sale(3.0)->withCard($this->giftCard1())->execute();
     $this->assertEquals(true, $response != null);
     $this->assertEquals('0', $response->responseCode);
     self::$transactionId52 = $response->transactionId;
 }