namespace CM.Shared; public class CustomAttribute { public required string Name { get; set; } public required string Value { get; set; } }