protected void loadContent() {
   view.showLoading();
   service
       .call(getModelSuccessCallback(), getNoSuchFileExceptionErrorCallback())
       .loadContent(versionRecordManager.getCurrentPath());
 }