/**
  * @inheritdoc
  */
 public function initializeContext(Context $context)
 {
     if ($context instanceof MemoryHelperAware) {
         $context->setMemoryHelper($this->memoryHelper);
     }
 }