/** <inheritDoc /> */
 public void Cancel(string name)
 {
     _services.CancelAsync(name).Wait();
 }