private TestingInterceptor authMethodInterceptor;
@Override
public void configure() {
CandlepinSingletonScope singletonScope = new CandlepinSingletonScope();
bindScope(CandlepinSingletonScoped.class, singletonScope);
bind(CandlepinSingletonScope.class).toInstance(singletonScope);
bind(BeanValidationEventListener.class).toProvider(ValidationListenerProvider.class);
bind(MessageInterpolator.class).to(CandlepinMessageInterpolator.class);