public Task Move(string sourcePath, string targetPath) { return(Task.Run(() => _synchronousFileOperations.Move(sourcePath, targetPath))); }