public DocumentBytes DownloadFile(string scope, string app, string fileName, string extension) { return(_adapterProvider.DownLoadFile(scope, app, fileName, extension)); }