/**
  * {@inheritdoc}
  */
 public function setHost($host)
 {
     $this->decoratedRequest->setHost($host);
     return $this;
 }