public void TestGetExistingDayTickers()
        {
            TickerBLL bll = new TickerBLL(this.s3_bucket_name, this.tempTickerFolder);

            bll.GetExistingDayTickersFromS3("CLL").Wait();
        }