Would be nice to do something like the following: Query<IEnumerable<int>>.Is.WithMax().EqualTo(5) where WithMax calls the Max() function on the enumerable. This would be good for a lot of linq methods.