public static bool Write(DataTree data) { throw new NotImplementedException(); }
public static DataTree Read(string file) { DataTree data = new DataTree(); throw new NotImplementedException(); }