@Override
 public void setJsonPrefix(String jsonPrefix) {
   super.setJsonPrefix(jsonPrefix);
   this.jsonPrefix = jsonPrefix;
 }