using System; namespace LANCommander.SDK.Attributes; [AttributeUsage(AttributeTargets.Method)] internal class HubClientProxyAttribute : Attribute { }