public WidebandFreqMeasureHandler()
        {
            _timeHelper.PerSecondCalculated += OnPerSecondFrameCount;

            GlobalTimer.RegisterRespondObject(this, 0);

            _uiContext = SynchronizationContext.Current;
        }