/**
  * {@inheritdoc}
  */
 public function stream($name, array $parameters = array())
 {
     $this->twigEngine->stream($name, $parameters);
 }