private void checkBoxNotifyOnRunStart_CheckedChanged(object sender, EventArgs e)
 {
     if (_isInitializing)
     {
         return;
     }
     _writer.SetNotifyOnRunStarted(checkBoxNotifyOnRunStart.Checked);
 }