public boolean getBooleanValue(String sectionName, String propertyName, boolean defaultValue) {
   return config.getBooleanValue(sectionName, propertyName, defaultValue);
 }