public void TestAny() { Assert.True(command.Any()); var any = command.Where(x => x.Id < 0).Any(); Assert.False(any); }