/// <summary>
 /// Activates the Steam Overlay to open the invite dialog. Invitations sent from this dialog will be for the provided lobby.
 /// </summary>
 public static void OpenGameInviteOverlay(SteamId lobby) => Internal.ActivateGameOverlayInviteDialog(lobby);