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