protected function getOutput(Helper $helper)
 {
     $helper->appendScript();
     $containerName = $helper->getContainerName();
     $container = $helper->getView()->plugin($containerName);
     return $container->toString();
 }