/// <inheritdoc />
 public void OnNotificationTapped(NotificationTappedEventArgs e)
 {
     NotificationTapped?.Invoke(e);
 }