namespace Api.Helpers; [AttributeUsage(AttributeTargets.Method)] public class AllowApiKeyAttribute : Attribute { }