@Bean
 public JsonNode vietnamworksConfiguration() throws IOException {
   return new ObjectMapper().readTree(vnwConfigRes.getInputStream());
 }