@inject BTCPayServer.HostedServices.NotificationManager notificationManager @{ var notificationModel = notificationManager.GetSummaryNotifications(User); } @if (notificationModel.UnseenCount > 0) { } else { }