public System.Threading.Tasks.Task <string> CreatePaymentTypeAsync(LedgerService.PaymentType pType)
 {
     return(base.Channel.CreatePaymentTypeAsync(pType));
 }
 public string CreatePaymentType(LedgerService.PaymentType pType)
 {
     return(base.Channel.CreatePaymentType(pType));
 }