how to define correct templates?
using 'Response' does nto work anymore. Instead '<?>' is required as shown below. ``` client receives Response<?>(body = RabInfo(requestId="1")) from IUT ``` Looking at 'RabInfo', why does this statement still work? It is not more strictly defined than 'Response'.
issue