namespace WTA.Shared.Attributes; [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] public class HiddenAttribute : Attribute { }