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