public System.Threading.Tasks.Task <bool> createCategoryAsync(string email, string password, vscommerce.Category.Category category)
 {
     return(base.Channel.createCategoryAsync(email, password, category));
 }
 public bool createCategory(string email, string password, vscommerce.Category.Category category)
 {
     return(base.Channel.createCategory(email, password, category));
 }