Implementing IWSMInspector should not require implementing IResponseInspector2
Today, you can implement IWSMInspector in order to add a new inspector for websocket messages. However, the code used to LoadInspectorsFromAssembly only looks for IWSMInspector if the inspector is also an IResponseInspector2.
This is overly limiti...