private void MarkDirty(ulong txnId, INode node, BrightstarProfiler profiler) { _isDirty = true; _pageStore.MarkDirty(txnId, node.PageId); }