public static IXPathNavigable ToNavigable(this SemanticModel tree, string?baseUri = null) => new ExtensibleNavigator(tree.AsNode(baseUri));