/// <summary> /// Saves the tree and the archive /// </summary> public void Save() { tree.Save(treeFilePath); storage.Dispose(); }