Ejemplo n.º 1
0
 public override Task <IEnumerable <string> > List()
 {
     return(Task.FromResult(_processWrapper.List().Select(x => x.ToString())));
 }