internal NodeId(NodeId other) { this.high = other.high; this.low = other.low; }
internal static string ToNodeName(NodeId nodeId) { return(ToNodeName(nodeId.ToString())); }