/// <summary>
 /// Sets the cookie string for the given URL.
 /// </summary>
 /// <param name="url">The requested URL.</param>
 /// <param name="value">The value of the cookie.</param>
 protected virtual void SetCookie(Url url, String value) =>
 _context.SetCookie(url, value);