public function initializeContext(Context $context)
 {
     if (!$context instanceof Typo3AwareContext) {
         return;
     }
     $context->setTypo3($this->typo3);
     $context->setTypo3Parameters($this->parameters);
 }