**Is your feature request related to a problem? Please describe.** Consider using the Newtonsoft custom converters instead of `dynamic` types **Describe the solution you'd like** It should be investigated if we could/should use custom JSON converters instead of using `dynamic`'s. **Additional context** - [Conditional serialization](https://www.newtonsoft.com/json/help/html/SerializeConditionalProperty.htm) - [Custom serialization](https://www.newtonsoft.com/json/help/html/CustomJsonConverterGeneric.htm)
Is your feature request related to a problem? Please describe.
Consider using the Newtonsoft custom converters instead of
dynamictypesDescribe the solution you'd like
It should be investigated if we could/should use custom JSON converters instead of using
dynamic's.Additional context