internal void NotifyAudioStateChange(IManagedAudioSession sender)
 {
     NotificationManagerHelper.ShowNotification(sender);
 }
 internal void NotifyOfDisposing(IManagedAudioSession sender)
 {
     NotificationManagerHelper.CloseNotification(sender);
 }