My model property is defined as follows: ```csharp public char c1 { get; set; } = 'a'; ``` And in the Locals window it looks like below. Note, that only `97` is shown, not `a`.  In contrast, in a console app, I can see this: 