Very proud to announce the release of my newest Pluralsight course: C# 7 First Look.

About Jesse Liberty
Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses.
His latest book, Building APIs with .NET will be released early in 2025.
Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
Ouch. Thanks for the catch
Jesse,
I enjoyed your intro course. However, I found a boo-boo: in you deconstruction demo, you create a Run2() method, but you never call it from the main function, so the output you claim to be coming from Run2() actually is still Run(). I checked the provided source code, and the call is missing there as well. Calling Run() and Run2() consecutively is probably better for clarity.