using System; namespace LobbyServer { class Program { static void Main(string[] args) { new LobbyServer().Start(); } } }