public void Supported_PIDsTest()
 {
     OBD.Sensors target = new OBD.Sensors(); // TODO: Initialize to an appropriate value
     OBD.Sensors.ReturnSet expected = null; // TODO: Initialize to an appropriate value
     OBD.Sensors.ReturnSet actual;
     actual = target.Supported_PIDs();
     Assert.AreEqual("2730", actual.result);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }