public Task SetAsync(StoreKey key, ValidatorValue eTag) => SetAsync(key.ToString(), eTag);
 public Task <ValidatorValue> GetAsync(StoreKey key) => GetAsync(key.ToString());