/**
  * @param BundleInterface $bundle
  * @return GeneratorInterface
  */
 protected function getGenerator(BundleInterface $bundle = null)
 {
     return parent::getGenerator($bundle);
 }