using DTS.Common.Base; namespace DTS.Common.Interface { public interface IViewerViewModel : IBaseViewModel { /// /// Gets the Tests View. /// IViewerView View { get; } } }