This method is usefull to add a state passing stateInstance on demand.
Store addState(BaseState stateInstance) { _storeHelper.addState(stateInstance); return this; }