/// <summary>
        /// Gets a summary of the detect result.
        /// </summary>
        /// <returns>Detect result.</returns>
        public object GetSUTSummary()
        {
            DetectionResultControl SUTSummaryControl = new DetectionResultControl();

            SUTSummaryControl.LoadDetectionInfo(detectionInfo);
            return(SUTSummaryControl);
        }
 /// <summary>
 /// Gets a summary of the detect result.
 /// </summary>
 /// <returns>Detect result.</returns>
 public object GetSUTSummary()
 {
     DetectionResultControl SUTSummaryControl = new DetectionResultControl();
     SUTSummaryControl.LoadDetectionInfo(detectionInfo);
     return SUTSummaryControl;
 }