public function __construct(RequestInterface $request, ResponseInterface $response)
 {
     parent::__construct($request, $response);
 }
 public function __construct(RequestInterface $request, ResponseInterface $response, array $discoveredUris, $context = 'unknown')
 {
     parent::__construct($request, $response);
     $this->discoveredUris = $discoveredUris;
     $this->context = $context;
 }