/// <summary>
 /// Initializes a new instance of the <see cref="WindowTools"/> class.
 /// </summary>
 /// <param name="monitoredExecutionContext">The <see cref="MonitoredExecutionContext"/> to use for logging purposes.</param>
 public WindowTools(IMonitoredExecutionContext monitoredExecutionContext)
 {
     this.monitoredExecutionContext = monitoredExecutionContext;
 }