If I run the analyzers on this code: ```csharp public class TestClass { public static void Main() { System.Console.WriteLine(); } } ``` A null-reference exception is thrown.