/**
  * {@inheritDoc}
  */
 public function getRecipe()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRecipe', []);
     return parent::getRecipe();
 }