/** @test */
 public function getProduct()
 {
     $response = $this->client->getProduct('9200000015051259');
     $this->assertObjectHasAttribute('products', $response);
     $this->assertInternalType('array', $response->products);
 }