public bool AddHashItem(string key, string key_hash, byte[] value) { return(_db.HashSet(key, key_hash, value)); }