public static void LogProgress(string value, ProgressBarOptions progressBarOptions)
 {
     ProgressBar.Draw(value, progressBarOptions);
 }