private void UpdateTextRanges(Axe.Windows.Desktop.UIAutomation.Patterns.TextRange textRange)
 {
     UpdateTextRanges(new List <Axe.Windows.Desktop.UIAutomation.Patterns.TextRange>()
     {
         textRange
     });
 }