public void SetParent(MerkleNode parentNode, bool isLeftChild) { this.Parent = parentNode; this.IsLeftChild = isLeftChild; }