using System.Collections.Generic; namespace Slopper.Domain; public sealed record ClipDescription(string Caption, IReadOnlySet<Tag> Tags);