static int Main(string[] args) { ObjectBinderSnapshot o = ObjectBinder.GetSnapshot(); Console.WriteLine($"Test output: {o.SomeValue}"); return(100); // success if we got here without crashing }