namespace zero.Api.Attributes; [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public class ZeroSystemApiAttribute : Attribute { }