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