public System.Threading.Tasks.Task <System.Collections.Generic.List <ServicesTests.HostedSimulationService.AlgorithmInfo> > GetAlgorithmInfoAsync(ServicesTests.HostedSimulationService.UserID id)
 {
     return(base.Channel.GetAlgorithmInfoAsync(id));
 }
 public System.Collections.Generic.List <ServicesTests.HostedSimulationService.AlgorithmInfo> GetAlgorithmInfo(ServicesTests.HostedSimulationService.UserID id)
 {
     return(base.Channel.GetAlgorithmInfo(id));
 }