using System; using System.Collections.Generic; using System.Text; namespace HY.TradingRobot.Model.Base { public interface IDependency { } }