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