public void SetVolume(int volume)
 {
     _soundOutput.SetVolume(volume);
 }