public void setProperty(String key, String value) {
   response.setProperty(key, value);
 }