C# 6 introduces a new concept, Interpolated Strings, sort of the compiler
version of String.Format. It's a great way to ensure that the compiler checks
that your variables actually exist and that you're passing the right number of
'm.
And as with String.Format