protected virtual void OnBeforeCreateCookie(BeforeCreateCookieEventArgs e)
 {
     if (this.BeforeCreateCookie != null)
     {
         this.BeforeCreateCookie(this, e);
     }
 }
 protected virtual void OnBeforeCreateCookie(BeforeCreateCookieEventArgs e)
 {
     if (this.BeforeCreateCookie != null) this.BeforeCreateCookie(this, e);
 }