public ListenerResponse(System.Net.HttpListenerResponse response)
 {
     this.response = response;
     this.Cookies = new Cookies(this);
 }