static void Main(string[] args) { var ctx = new ServiceContext(); var service = new AgentService(); service.Launch(12000); ctx.Run(); }