Today, when you store a stronglytypedid, the result stores it as the object: ``` { "OrgGroupId": { "Value": "MyId" }, } ``` Instead (at least optionally), it should store the value as the wrapped value: ``` { "OrgGroupId": "MyId" } ```