/**
  * Removes a method to call after service initialization.
  *
  * @param string $method The method name to remove
  *
  * @return ehough_iconic_Definition The current instance
  *
  * @api
  */
 public function removeMethodCall($method)
 {
     $this->_delegate->removeMethodCall($method);
     return parent::removeMethodCall($method);
 }