public WebAssetLocator(ICache cache, IVirtualPathProvider virtualPathProvider, IWebAssetExtensions extensions)
 {
     this.virtualPathProvider = virtualPathProvider;
     this.cache      = cache;
     this.extensions = extensions;
 }
 public WebAssetLocator(ICache cache, IVirtualPathProvider virtualPathProvider, IWebAssetExtensions extensions)
 {
     this.virtualPathProvider = virtualPathProvider;
     this.cache = cache;
     this.extensions = extensions;
 }