/**
  * {@inheritdoc}
  */
 public function getResource($key)
 {
     return $this->wrapped->getResource($key);
 }
 /**
  * {@inheritdoc}
  */
 public function cast($value)
 {
     return $this->container->getResource(substr($value, 1));
 }