/// <summary>
 /// Gets the auto-detection steps.
 /// </summary>
 /// <returns>A list of the steps</returns>
 public List <Microsoft.Protocols.TestManager.Detector.DetectingItem> GetDetectSteps()
 {
     detectSteps = detector.GetDetectSteps();
     return(detectSteps);
 }