public static T FindUserId <T>(this IIdentity identity) where T : IEquatable <T>
 {
     return(identity.FindUserId().FromString <T>());
 }