public void GetLaborFieldsTest() { var collection = _service.GetLaborFields("0140SY42"); Assert.IsNotNull(collection); Assert.IsTrue(collection.Count == 0); }