protected LobbyServer(LobbyServerConfig args) { }
public static LobbyServer Begin(string[] args) { var config = LobbyServerConfig.Parse(args); return(new LobbyServer(config)); }