public void Count() { var count = _userRepository.Count(x => x.Age == 11); Assert.IsTrue(count == 1); Update(); }