/// <summary>
 /// Event called when a notification is removed.
 /// </summary>
 private void OnRemoveNotification(INotification notification)
 {
     notificationList.HideNotification(notification);
 }