//[TestMethod]
 public void AddingToQueue()
 {
     redisHelper.AddToQueue("testK", "TestVal1");
     redisHelper.AddToQueue("testK", "TestVal2");
 }