public CommandHandler() { _reducer = new Reducer(); }
public IntentHandler() { _commandDispatch = new CommandHandler(); _reducer = new Reducer(); }