public SummandParser(VariablesParser variablesParser) { _variablesParser = variablesParser; }
public void Init() { _parser = new VariablesParser(); }