/**
  * @param string $name
  * @return bool
  */
 public function hasQueryParam($name)
 {
     return Request::hasQueryParam($name);
 }