@Kroll.method
 public void setPropertyForKey(String key, Object value) {
   ((UnsavedRevision) revision).getProperties().put(key, value);
 }