/**
  * Sets page source into context
  *
  * @param ContextInterface $context
  */
 public function initialize(ContextInterface $context)
 {
     $context->setPageSource($this->pageSource);
 }