public void Run() { sbyte fooBar = _top.FooBar(); _out.WriteLine(fooBar); _out.WriteLine("... press INTRO to exit ..."); _readLine(); }