/// <summary>
 /// Get a object to show on the UI as the detection summary.
 /// </summary>
 /// <returns>A object to show in the content control.</returns>
 public object GetDetectionSummary()
 {
     return(detector.GetDetectionSummary());
 }