namespace DigitalOps.Authority.Attributes; [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] public class AllowGuestAttribute : System.Attribute { public AllowGuestAttribute() { } }