public static string GetFriendPersonaName(SteamId steamId)
 {
     return(Internal.GetFriendPersonaName(steamId));
 }