public Task <bool> RenameAsync(string newName, bool hideDialogs = false) { return(DoAsync("Renaming", () => documentFile.RenameAsync(newName), hideDialogs)); }