public System.Threading.Tasks.Task <bool> addCategoryAsync(AdsClient.productservice.Category category)
 {
     return(base.Channel.addCategoryAsync(category));
 }
 public System.Threading.Tasks.Task <bool> getCategoryAsync(AdsClient.productservice.Category id)
 {
     return(base.Channel.getCategoryAsync(id));
 }
 public bool addCategory(AdsClient.productservice.Category category)
 {
     return(base.Channel.addCategory(category));
 }
 public bool getCategory(AdsClient.productservice.Category id)
 {
     return(base.Channel.getCategory(id));
 }