public bool DropItemFromCacheNotStartingWith(string key)
 {
     return(RedisUtility.DropCacheDoesntStartWith(key));
 }