public void GenerateProductData() { // Act var data = service.GenerateProductData(); // Assert Assert.IsNotNull(data); Assert.IsTrue(data.Any()); }