public GroupScope(TreeBuilder builder, string path)
 {
     m_builder = builder;
     m_builder.BeginGroup(path);
 }