Reducer
Holder
data class ReducerHolder<S, A>(val state: State<S>, val dispatch: Dispatch<A>, val dispatchAsync: DispatchAsync<A>)