public static NodeHead Get(string path) { return(DataBackingStore.GetNodeHead(path)); }
public static NodeHead Get(int nodeId) { return(DataBackingStore.GetNodeHead(nodeId)); }