public static string MakeAbsolute(this ScopedNavigator nav, string reference) =>
 nav.MakeAbsolute(new ResourceIdentity(reference)).ToString();