/**
  * @return array
  */
 public function getQueryParams()
 {
     return Request::getQueryParams();
 }