/**
  * {@inheritdoc}
  */
 public function prependParams(array $params)
 {
     return $this->wrapped->prependParams($params);
 }