namespace Shared.DTOs { [AttributeUsage(AttributeTargets.Property)] public class ShowNameAttribute : Attribute { public string Name = ""; } }