private string FormatLobbyInfo(ILobby lobby) { return($"Lobby Type: {lobby.GetLobbyType()} | Lobby Id: {lobby.GetLobbyId()}"); }