public void ReadData() { var count = service.GetItemCollection().Count(c => c <= DateTime.Now); Assert.AreEqual(count, 3); }