Did you notice that in VS 2017 your Console.Write and Console.WriteLine do not write anything to VS's 'Output Window ? Here's a fix.
You'll have to ask MS why this new "feature" has been spring on us, but, meanwhile, you can add this to your 'using directives
using Console = System.Diagnostics.Debug;