public virtual Task CopyFile(string srcPath, string dstPath) { return(_fileStore.CopyFile(srcPath, dstPath)); }