Looks like there is missing ``` public override string ToString() => this.Value.ToString(); ``` for record types. This has it: ``` [Strongly] public partial struct UserId; ``` and this one does not: ``` [Strongly] public partial record struct UserId; ```