private static void initServiceContent() {
   if (SERVICE_CONTENT == null) {
     try {
       SERVICE_CONTENT = VIM_PORT.retrieveServiceContent(SIMO_REF);
     } catch (Exception e) {
       e.printStackTrace();
     }
   }
 }