@Singleton
protected DispatchAsync provideDispatchAsync(
ExceptionHandler exceptionHandler,
SecurityCookieAccessor secureSessionAccessor,
ClientActionHandlerRegistry registry) {
return new DefaultDispatchAsync(exceptionHandler, secureSessionAccessor,
registry);
}