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