public void HttpRequestHelpers_GetDssSubcontractorId_ThrowsArgumentNullException_WhenRequestIsNull()
 {
     Assert.That(() => _httpRequestHelper.GetDssSubcontractorId(null),
                 Throws.Exception
                 .TypeOf <ArgumentNullException>());
 }