public bool DropItemFromCacheStartingWith(string key)
 {
     return(RedisUtility.DropCacheStartingWith(key));
 }