public function addQueryParam($key, $value)
 {
     $this->queryParams->put($key, $value);
     return $this;
 }