public void SetCurrentStep(SplashScreenProgressStep progressStep)
        {
            var info = StepInfos[progressStep];

            LaunchStatusChanged?.Invoke(info.Text, info.ProgressPercentage);
        }
 public void SetCurrentStep(SplashScreenProgressStep progressStep)
 {
     throw new NotImplementedException();
 }