private static void ShowNotificationCore(NotificationKind notificationKind, string message) { _ = notificationProvider ?? throw new ArgumentNullException(nameof(notificationProvider)); notificationProvider.NotifyMessage(notificationKind, message); timer.Start(); }