Recently there was a question on the forums asking why we encourage usage of HttpRequestMessage<T> / HttpResponseMessage<T> in the signature of a web api implementationThe point made in the post is that if you have an ICalculator contract which … Continue reading .