Hello, Is it possible please to open the constructors to warp data types, such as Settings and HostPreference and others?
I understand this rationale:
This is purposely kept as an abstract data type so that new settings can be added without breaking backwards compatibility.
Opening the constructor for these data types allows the possibility for a programming interface that preserves this property, but can add more flexibility for those who prefer it.