protected function __construct($name, array $config)
 {
     parent::__construct($name, $config);
     $this->_escaper = new Escaper();
 }