/// <summary> /// Removes the provided break point /// </summary> public Task RemoveAsync(CancellationToken ct) { return(_process.RemoveBreakpointAsync(this, ct)); }