public void IgnoreNullExpressions() { bouncer.Include(null); bouncer.Exclude(null); Assert.False(bouncer.IsIncluded("$/Any/Path")); }