using System; namespace SimApi.Attributes; [AttributeUsage(AttributeTargets.Method)] public class OriginResponseAttribute : Attribute { }