The [AT Predicate](https://github.com/prismicio/csharp-kit/blob/master/src/prismic/Predicates.cs#L93) should allow arrays to given. When querying by tag, you must pass an array of values, even if querying only one tag. Therefore this predicate needs to accept arrays.
The AT Predicate should allow arrays to given.
When querying by tag, you must pass an array of values, even if querying only one tag. Therefore this predicate needs to accept arrays.