Based on the Microsoft sample for native aot rest api in .net, we need to create a SerializableContext for our dtos/records.
Now, should we create this context class for all of our dtos? is there any way to handle it in an easier way?