public Task <bool> CopyFileAsync(string path, string targetpath, CancellationToken cancellationToken = new CancellationToken()) { return(_storage.CopyFileAsync(path, targetpath, cancellationToken)); }