using DTS.Common.Base; // ReSharper disable CheckNamespace namespace DTS.Common.Interface { public interface IChartOptionsView : IBaseView { } }