I have a set of classes that derive from Agatha request and response and a handler. These classes function properly along with a handler in another application.
However, the same classes are used in another application where the error 'No response type found by convention for request type' occurs when making the request. So the assumption is that it's likely a configuration issue that's causing the issue. I have checked that the request and response classes are configured with Agatha and they are able to be instantiated from StructureMap. What would be other things to check? Are there ways to write a unit test to test the request/response?