public System.Threading.Tasks.Task <string> TestAsync(BMSC.Services.Simuladores.Contracts.TestPeticion peticion)
 {
     return(base.Channel.TestAsync(peticion));
 }
 public string Test(BMSC.Services.Simuladores.Contracts.TestPeticion peticion)
 {
     return(base.Channel.Test(peticion));
 }