internal void AddTokenToCurrentSection(SuperSimpleToken token)
 {
     this.tokensInCurrentSection.Add(token);
 }
 internal void AddTokenToCurrentSection(SuperSimpleToken token)
 {
     this.tokensInCurrentSection.Add(token);
 }