I'm new to Merge.Dev, but I've noticed that a lot of Id values look like GUID values. Checking the API spec for employee, it shows employee Id is a GUID. With this in mind, is there a reason the System.Guid type has not been used on the models?
Follow on question: Am I safe to assume these values will be GUIDs and use the Guid type in my own code when dealing with Merge.Dev Id values?