private function addTwigTemplatePath($twigTemplatePath)
 {
     if (!file_exists($twigTemplatePath)) {
         throw NotFoundException::twigTemplatePathNotFound();
     }
     $this->twigTemplatePaths[] = (string) $twigTemplatePath;
 }