public bool FileExists(string virtualPath) { var relativePath = ToFilePath(virtualPath); return(ContentProvider.FileExists(relativePath)); }