public AuthorizeAnyAttribute(params string[] policies) : base(Requirement.GetOrCombinedPolicy(policies))
     => Policies = policies;