public string ReplaceManyDictionaryAggregate() =>
 Replacements.Aggregate(Text, (current, kvp) => current.Replace(kvp.Key, kvp.Value));