protected virtual FileReference BuildFileReferenceResponse(string path, long size) { return(new FileReference(_pathHelper.GetDirectoryPath(path), path, new FileContent(Path.GetFileName(path), (int)size))); }