public void UpdateNodeVoltageTest()
 {
     NodeVoltageDataManager target = new NodeVoltageDataManager(); // TODO: Initialize to an appropriate value
     NodeVoltageDto dto = null; // TODO: Initialize to an appropriate value
     target.UpdateNodeVoltage(dto);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }