private void OnGazeFilePickerOpened(ContentDialog sender, ContentDialogOpenedEventArgs args)
 {
     _initializationTimer.Start();
     GazeInput.SetMaxDwellRepeatCount(this, 2);
 }