/**
  * @param LayoutInterface $layout
  * @return void
  */
 public function setLayout(LayoutInterface $layout)
 {
     if (!$this->renderContext->getPageLayout()) {
         $this->renderContext->setPageLayout($layout);
     }
 }