@Test
 public void isNetworkDeviceNegtive() {
   assertTrue(networkDeviceHelper.isNetworkDevice(netDevice));
 }
 @Test
 public void isNetworkDevicePossitive() {
   assertFalse(networkDeviceHelper.isNetworkDevice(pciDevice));
 }