static void Main(string[] args) { var light = new TrafficLight(); light.Start(); Console.ReadLine(); }