public Workspace(IStore store, string name) { this.name = name; this.store = store; this.root = ((INodeCreator)this).CreateNode(null, null, string.Empty, store.LoadProperties("/")); }