public function __construct(LimeOutputInterface $output, array $suppressedMethods = array())
 {
     parent::__construct($output);
     $this->suppressedMethods = $suppressedMethods;
 }
 public function __construct(LimeOutputInterface $output)
 {
     parent::__construct($output);
 }