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

            tBll.RemoveHistoryPriceTicker(2433);
        }