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