public VirtualFolderProviderVirtualFile(string virtualPath, VirtualFolder provider) : base(virtualPath) { this.provider = provider; }