public static string ExtractFullName(this AuthenticationState authState)
 {
     return(AuthUtil.ExtractFullName(authState));
 }