/**
  * Forwarded to Pimple original container (although it should be avoided)
  *
  * @param string $id    The unique identifier for the parameter or object
  * @param mixed  $value The value of the parameter or a closure to defined an object
  */
 public function offsetSet($id, $value)
 {
     $this->container->offsetSet($id, $value);
 }