public String getProperty(final String key, final Current current) {
   return properties.getProperty(key);
 }