public String getInstanceUrl() {
   return devPlatformService.getHost() + devPlatformService.getV1Path();
 }
 private MnoHttpClient getAuthenticatedClient() {
   return MnoHttpClient.getAuthenticatedClient(
       devPlatformService.getApiKey(),
       devPlatformService.getApiSecret(),
       "application/vnd.api+json");
 }