Could you be clearer about what you mean, since string is a sealed type in C#, so what exactly do you mean T1 and T2 of string?
A record wrapping a string, indicating what the string represents, so you can't mix it up with a different thing also represented by a string.
A record wrapping a string, indicating what the string represents, so you can't mix it up with a different thing also represented by a string.