public System.Threading.Tasks.Task <int> CreateProductAsync(HypersDesktopWFApp.ServiceReference1.CompositeProduct composite)
 {
     return(base.Channel.CreateProductAsync(composite));
 }
 public int CreateProduct(HypersDesktopWFApp.ServiceReference1.CompositeProduct composite)
 {
     return(base.Channel.CreateProduct(composite));
 }