static void Main(string[] args) { MessageLoop.EnsureContext(); using (var man = new Manager()) { man.Run(); } }