public function __construct($value, array $vars, InputInterface $input, OutputInterface $output, $helper, Command $command)
 {
     parent::__construct($value, $vars, $input, $output, $helper);
     $this->command = $command;
 }
 public function __construct($value, array $vars, InputInterface $input, OutputInterface $output, $helper)
 {
     $this->normalizations = ['yesno' => [$this, 'normalizeYesNo']];
     parent::__construct($value, $vars, $input, $output, $helper);
 }