I want to inspect certain WCF messages not all. We have some methods with a specific return type. e.g. :
MyApplication.Entities.SpecificResponse
I know I can clone the messasge, dig into the soap message, but it looks to be expensive to inspect for all messages.