void OnStopped(XNASound sound) { CollectionUtils.Remove(playing, sound); }
void OnPlaying(XNASound sound) { CollectionUtils.Add(playing, sound); }