Is your feature request related to a problem? Please describe.
Currently a reference to the original request and response is made, this will break assertion when the request/response is being disposed before the assertion is made.
Describe the solution you'd like
A copy of the complete request and response could be made in order to be able to assert after the request/response are disposed.