public bool GetConnectionName(Connection peer, StringBuilder name, int maxLength)
 {
     return(Native.SteamAPI_ISteamNetworkingSockets_GetConnectionName(nativeSockets, peer, name, maxLength));
 }