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