/// <summary>
 /// Initialize <see cref="AutomationServer"/>.
 /// This method must be called on UI thread.
 /// </summary>
 public void Initialize()
 {
     this.automator = new Automator();
 }
 /// <summary>
 /// Initialize <see cref="AutomationServer"/>.
 /// This method must be called on UI thread.
 /// </summary>
 public void Initialize()
 {
     this.automator = new Automator();
 }