public void Handle(SourceImportingEvent args)
        {
            _isImporting = true;

            _progress = 0;

            OnPropertyChanged(() => IsProgressBarVisible);

            OnPropertyChanged(() => Progress);
        }
 // TODO: Move this into an application-level event handler
 public void Handle(SourceImportingEvent args)
 {
     SetIsStartMenuVisible(false);
     SetIsNavigationTreeVisible(false);
 }