internal Task ClearSteppingStateAsync(CancellationToken ct) { return(_process.SendClearSteppingAsync(_identity, ct)); }