/**
  * CreateCommand constructor.
  *
  * @param CrafterInterface $crafter
  * @param HelperSet        $helperSet
  */
 public function __construct(CrafterInterface $crafter, HelperSet $helperSet)
 {
     parent::__construct($helperSet);
     $this->crafter = $crafter;
 }