private void ProcessSoundItem(string soundFile, string soundText) { _wavePlayer.PlayWave(soundFile, soundText); }