static void Main(string[] args) { ConfigManager.LoadConfig(); ChannelList.Initialize(); new HttpServer(Config.ServerPort); }