public Task DisableAsync(CancellationToken ct) { return(_process.DisableBreakpointAsync(this, ct)); }