void IVisualizationActor.PlaySound(string?path)
 {
     SystemSound.PlayWaveFile(path);
 }
 private void ClassSetupForm_FormClosed(object?sender, FormClosedEventArgs e)
 {
     SystemSound.PlayWaveFile(null);
 }