static void Main(string[] args) { WatchService service = new WatchService(); service.StartListen(); while (true) { Console.ReadLine(); } }