public static IContentNode Root(this IContentNode node) { return(node.RootInternal()); }
public static IContentNode <T> Root <T>(this IContentNode <T> node) where T : IContent { return(node.RootInternal()); }