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