protected override HttpContextBase GetTraditionalHttpContext()
 {
     if (!string.IsNullOrEmpty(RawUrl))
     {
         return(FeedServiceHelpers.GetMockContext(RawUrl.StartsWith("https"), RawUrl));
     }
     return(FeedServiceHelpers.GetMockContext());
 }
 protected override HttpContextBase GetTraditionalHttpContext()
 {
     return(FeedServiceHelpers.GetMockContext());
 }