protected function getHelperSet($input)
 {
     $question = new QuestionHelper();
     $question->setInputStream($this->getInputStream($input));
     return new HelperSet(array(new FormatterHelper(), $question));
 }