public WebEngine(string ua)
 {
     this.useragent = ua;
     this.cli = new CookieAwareWebClient();
 }
 public WebEngine()
 {
     this.cli = new CookieAwareWebClient();
 }