/** Invoked to set some commonly used URLs based on hosted provider. */
 protected void setTerminationURL() {
   termination_done_url =
       FSServiceUtils.getTerminationDonePageURL(request, hostedConfig, metaAlias);
   error_page_url = FSServiceUtils.getErrorPageURL(request, hostedConfig, metaAlias);
 }