public ProviderServiceRequestMapper(
     IHttpVerbMapper httpVerbMapper,
     IHttpBodyContentMapper httpBodyContentMapper)
 {
     _httpVerbMapper        = httpVerbMapper;
     _httpBodyContentMapper = httpBodyContentMapper;
 }
 internal ProviderServiceRequestMapper(
     IHttpVerbMapper httpVerbMapper,
     IHttpBodyContentMapper httpBodyContentMapper)
 {
     _httpVerbMapper = httpVerbMapper;
     _httpBodyContentMapper = httpBodyContentMapper;
 }