public void Dispose() { this.CommandParser = null; this.state = null; }
public StoreSystem() { this.state = new StoreSystemState(); this.CommandParser = new CommandParser(); }