public object GetItem(string key) { byte[] objectBytes = redisClient.Get(key); return(SerializationManager.DeserializeFromBinary(objectBytes)); }