static void Main() { var executioner = new GotoMethodExecutioner(Entry, Entry, Foo, Bar); Console.WriteLine("Starting"); executioner.Start(); }