public void StopPlayer(int id) { if (id == 0 && _serialAudioPlayer != null) ///error { _serialAudioPlayer.Stop(); } else { RemoveAudioPlayer(id); } }