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