Calls the next middleware in the chain with the given action.
void Next(object action)
In case there is no next middleware handler configured then the action will be dispatched to all registered action handlers (stores).