public void DefineVariable(string name, Type variableType)
 {
     _collection.DefineVariable(name, variableType);
 }