You’re not setting a value for GUID or rather the an implicit empty Guid has been created, all 0’s
A new Guid would have to be instantiated when you create the user object.
You’re not setting a value for GUID or rather the an implicit empty Guid has been created, all 0’s
A new Guid would have to be instantiated when you create the user object.