public LessCssHttpHandler(
            Cache cache,
            IVirtualFileSystemWrapper virtualFileSystemWrapper,
            AssetHandlerSettings assetHandlerConfig)
            : base(cache, virtualFileSystemWrapper, assetHandlerConfig)
        {
		}
 /// <summary>
 /// Constructs a instance of the debugging EcmaScript2015 HTTP-handler
 /// </summary>
 /// <param name="cache">Server cache</param>
 /// <param name="virtualFileSystemWrapper">Virtual file system wrapper</param>
 /// <param name="assetHandlerConfig">Configuration settings of the debugging HTTP-handler</param>
 public EcmaScript2015AssetHandler(Cache cache,
     IVirtualFileSystemWrapper virtualFileSystemWrapper,
     AssetHandlerSettings assetHandlerConfig)
     : base(cache, virtualFileSystemWrapper, assetHandlerConfig)
 { }