I have the following linq query:
var identities = message.Events .Where(x => x.EventType == eventType) .Where(x => x.Roles?.Any(y =&