namespace Bodk.Device.Storage.Attributes; [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public class SwitchAttribute : Attribute { }