namespace WebApi_data_value.Authorization; [AttributeUsage(AttributeTargets.Method)] public class AllowAnonymousAttribute : Attribute { }