public bool Cancel(bool abortExecution) { return(_workItem.Cancel(abortExecution)); }
public bool Cancel() { return(_workItem.Cancel()); }