/** @return Client */
 public function getClient()
 {
     if (!$this->client) {
         $this->client = Client::getClient();
     }
     return $this->client;
 }
 public function getClient()
 {
     if (!$this->client) {
         $this->client = \SoftLayer\Http\Client::getClient();
     }
     return $this->client;
 }