public Node(NodeId id) { this._id = id; }
private bool HasNodeWithId(NodeId id) { return(this.CachedNodeDataMapping.ContainsKey(id)); }