@Override
protected void configure() {
install(new PropertiesModule());
install(new DefaultGuiceModule());
install(new SocialApiGuiceModule());
install(new OAuthModule());
install(new JPASocialModule(entityManager));
this.bind(OAuthDataStore.class).toInstance(new NullOAuthDataStore());
// Entities