/// <summary>
 /// Gets an object represents the detection summary.
 /// </summary>
 /// <returns>An object</returns>
 public object GetDetectionSummary()
 {
     return(detector.GetSUTSummary());
 }
 /// <summary>
 /// Gets an object represents the detection summary.
 /// </summary>
 /// <returns>An object</returns>
 public List <ResultItemMap> GetDetectionSummary()
 {
     return(ValueDetector.GetSUTSummary());
 }