public string GetUsername() { return(Claims.GetClaimValue(ClaimTypes.Email).SafeToString( "(unknown username)")); }