public System.Threading.Tasks.Task <ErcotAPITest.ErcotNodalService.MarketTransactionsResponse> MarketInfoAsync(ErcotAPITest.ErcotNodalService.MarketTransactionsRequest request)
 {
     return(base.Channel.MarketInfoAsync(request));
 }
 public ErcotAPITest.ErcotNodalService.MarketTransactionsResponse MarketInfo(ErcotAPITest.ErcotNodalService.MarketTransactionsRequest request)
 {
     return(base.Channel.MarketInfo(request));
 }