public async Task OnNotificationPublishedAsync(
     RoleUpdatingNotification notification,
     CancellationToken cancellationToken)
 {
     AuthenticationLogMessages.RoleUpdating(_logger, notification.RoleId);
     await InvalidateRoleMemberTicketsAsync(
         notification.RoleId,
         notification.ActionId,
         cancellationToken);
 }