public ParseConfiguration(String applicationId, String apiKey){
this.parseClientId = applicationId;
this.parseClientApiKey = apiKey;
objectMapper = new ObjectMapper();
objectMapper.registerModule(new JodaModule());
objectMapper.registerModule(new MrBeanModule());
}