public ToastWrapper(ToastNotification notification) { _Notification = notification; _Notification.Dismissed += Notification_Dismissed; }