public void HttpRequestHelpers_GetQueryString_ThrowsArgumentNullException_WhenRequestIsNull()
 {
     Assert.Throws <ArgumentNullException>(() =>
                                           _httpRequestHelper.GetQueryString(null, string.Empty));
 }