private void ShowNotification(INotification notification)
 {
     notification.Bind(Close);
     _window?.ShowNotification(notification.DisplayPart);
 }