Create a new independent instance of IW3cTraceState that contains a snapshot of all current key/value pairs
from the provided instance and any parent instances. The returned instance will have no parent and will be completely
independent from any future changes to the original instance or its parent chain.
This is useful when you need to capture the current state and ensure it remains unchanged regardless of
future modifications to the parent instances.
Create a new independent instance of IW3cTraceState that contains a snapshot of all current key/value pairs from the provided instance and any parent instances. The returned instance will have no parent and will be completely independent from any future changes to the original instance or its parent chain. This is useful when you need to capture the current state and ensure it remains unchanged regardless of future modifications to the parent instances.