public virtual T GetValue(string key)
 {
     return(_redisConnector.GetFromCache <T>(key));
 }