public void CountTestNotNull() { // Act int result = itemCategoryRepository.Count(); // Assert Assert.IsTrue(result >= 0, "Unable to count properly"); }