public function version()
 {
     return $this->client->url('/')->method(Client::GET)->params([])->call()->response();
 }