It seems that the serilog cannot deconstruct classes (contracts messages) automatically generated by Visual Studio when a service reference is added.
They are always serialized with unknow _typetag
"fields": {
"Request": {
"_typeTag": "MessageContractType"
}
}
Why it is not automatically deconstructed?