/**
  * Returns the name of the extension.
  *
  * @return string The extension name
  */
 public function getName()
 {
     return $this->helper->getName();
 }