/**
  * @inheritdoc
  */
 public function withParser(ParserInterface $parser)
 {
     return $this->decoratedAware->withParser($parser);
 }