public YahooManaged.Base.Response <SearchResult> Download(SearchService service)
 {
     return(this.Download(new SearchService[] { service }));
 }
 public void DownloadAsync(SearchService service, object userArgs)
 {
     this.DownloadAsync(new SearchService[] { service }, userArgs);
 }