/**
  * {@inheritdoc}
  */
 public function getUrl(array $options = array(), $keep_query = TRUE, RequestInterface $request = NULL)
 {
     return $this->subject->getUrl($options, $keep_query, $request);
 }