/**
  * @param HttpUtils $httpUtils
  * @param string    $targetUrl
  */
 public function __construct(HttpUtils $httpUtils, $targetUrl, $securityContext)
 {
     parent::__construct($httpUtils, $targetUrl);
     $this->securityContext = $securityContext;
 }