public Task OnNotificationPublishedAsync(
            UserUpdatingNotification notification,
            CancellationToken cancellationToken)
        {
            AuthenticationLogMessages.UserUpdating(_logger, notification.UserId);

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