@Produces
@ApplicationScoped
protected HandlerMethodStorage createHandlerMethodStorage()
{
//X TODO change it back to parameter injection after fixing the test-setup for ExcludeIntegrationTest
ExceptionControlExtension exceptionControlExtension =
BeanProvider.getContextualReference(ExceptionControlExtension.class);
return new HandlerMethodStorageImpl(exceptionControlExtension.getAllExceptionHandlers());
}