namespace MTApiService { public interface IMetaTraderHandler { void SendTickToMetaTrader(int handle); } }