public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(new AccountExposingHandlerInterceptor());
registry.addInterceptor(new DateTimeZoneHandlerInterceptor());
registry.addInterceptor(new UserLocationHandlerInterceptor());
registry.addInterceptor(new DeviceResolverHandlerInterceptor());
}