/**
  * {@inheritdoc}
  */
 public function getControllerFromPath($path = NULL, ResourceInterface $resource = NULL)
 {
     return $this->subject->getControllerFromPath($path, $resource ?: $this);
 }