Description
The way we currently do it, in NodeInfo.scala, is to use the DPath conversion. This function takes a dstate, and we just pass in null. This works since the conversion doesn't actually use dstate, but if it eventually does, things will break. We need to determine if there's a better way to handle this, or perhaps move the conversion code out of DPath and have DPath reference it.