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