using System.Collections.Generic; namespace RolemasterDb.App.Features; public sealed record CriticalTokenReviewItem( string Scope, string? ConditionText, string Token, string ReviewText);