internal Task <int> GetHitCountAsync(CancellationToken ct = default(CancellationToken)) { return(_process.GetBreakpointHitCountAsync(this, ct)); }