protected function setUp()
 {
     parent::setUp();
     $this->client = new Venturocket($this->key, $this->secret);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->client = new ListingClient($this->key, $this->secret);
 }