Inheritance: ITokenCollection
 public void Teardown()
 {
     _tokenCollection = null;
     _tokenSeparatorIndexes = null;
 }
 public bool Setup( IPluginSetupInfo info )
 {
     _tokenCollection = new TokenCollection();
     _tokenSeparatorIndexes = new int[0];
     return info.Error != null;
 }