/**
  * @param string $key
  * @return bool
  */
 public function offsetExists($key)
 {
     return $this->container->offsetExists($key);
 }