using System; public class Test { public static void Main() { Go() /* while the name does not suggest it, the above initializes the necessary devices: listener, translator, etc. this call cannot be moved down */ ; } private static void Go(){ Console.WriteLine("Go"); } }