public Task OnNotificationPublishedAsync(
            UserInitializingNotification notification,
            CancellationToken cancellationToken)
        {
            AuthenticationLogMessages.UserInitializing(_logger, notification.UserId);

            return(UpdateActiveTicketId(
                       notification.UserId,
                       notification.ActionId,
                       cancellationToken));
        }