When a ushort? is passed to Assert.Equal it is trying to cast the two argumants to string. It works fine for int?. If I c
ushort?
Assert.Equal
string
int?