public List<String> getPropertyKeys(final Current current) {
   return properties.getPropertyKeys();
 }