public void Test_ReloadHistoryPriceTicker()
        {
            TickerBLL tBll = new TickerBLL(_unit);

            tBll.ReloadHistoryPriceTicker(2433);
        }