namespace ReC.Domain.Attributes; [AttributeUsage(AttributeTargets.Property)] public class MustConfiguredAttribute : Attribute { }