private static IEnumerable <JsonElement> ExecuteInternal(FilterExpression expr, JsonElement element) { return(expr.Execute(element)); }