protected virtual void Dispose(bool b) { if (_timer != null) { _timer.Dispose(); _timer = null; } }
public void Dispose() => _timer.Dispose();