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