public System.Threading.Tasks.Task <System.Collections.Generic.List <ServicesTests.HostedSimulationService.SimulationResult> > DoSimulationAsync(ServicesTests.HostedSimulationService.SimulationParams sparams) { return(base.Channel.DoSimulationAsync(sparams)); }
public System.Collections.Generic.List <ServicesTests.HostedSimulationService.SimulationResult> DoSimulation(ServicesTests.HostedSimulationService.SimulationParams sparams) { return(base.Channel.DoSimulation(sparams)); }