/**
  * {@inheritdoc}
  */
 public function process(RequestInterface $request, DelegateInterface $delegate)
 {
     return $this->cookies->renderIntoCookieHeader($request);
 }