public <T> void modify(Class<T> clazz, T value) {
   modify(clazz.getName(), value);
 }