I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...List<(string Author, string Content)> GetTrackedRevisionDe(Document...List<(string Author, string Content)>(); foreach (Revision revision...