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