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