/// <summary>
 /// GetFormPreRenderHtmlRegistration implementation
 /// </summary>
 public override string GetFormPreRenderHtmlRegistration(AuthenticationContext usercontext)
 {
     return(_adapter.GetFormPreRenderHtmlRegistration(usercontext));
 }