public void NoFilterTest()
        {
            var x    = new LambdaExamples.FilterListOnMultipleColumns();
            var list = x.All();

            list.ShouldNotBeEmpty();
            list.Count.ShouldBe(100);
        }