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