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