One field of our struct is Guid type. How to generate a valid value for it?
Guid.NewGuid() creates a new random guid.
Guid.NewGuid()