public void PendEdit(ILocalPath path) { _workspace.PendEdit(path.AsString()); _pendingChanges.Add(path.AsString()); }