public override void RemoveOutputCacheItem(string path)
 {
     _httpResponseBase.RemoveOutputCacheItem(path);
 }
 public override void RemoveOutputCacheItem(string path)
 {
     proxiedResponse.RemoveOutputCacheItem(path);
 }