public static ApplicationService getInstance() {
   if (instance == null) {
     instance = new ApplicationService();
     instance.initDefaultProperties();
   }
   return instance;
 }