@Override
 public void init(WebApplication webApplication) {
   if (properties.isEnableLiveSessionsPage()) {
     webApplication.mountPage(properties.getLiveSessionPageMount(), LiveSessionsPage.class);
   }
 }