public function get($path, array $options = array())
    {
        $options = $this->preProcessHeaders($options);
        try {
            $response = $this->client->get($this->apiUrl . $path, $options);