namespace DTS.Common.Interface.DASFactory.Diagnostics { public interface ICanDiagnosticResults { ICanDiagnosticResult[] CanDiagnosticResults { get; } void ClearCanDiagnosticResults(); void SetDiagnosticResults(ICanDiagnosticResult[] results); } }