public Dictionary <string, Value> Get(string key)
 => _hash.HGet <Value>(MD5Encrypt(key));