/// <inheritdoc /> public bool TryUnpackKey(Slice packed, out IVarTuple?tuple) { return(TuPack.TryUnpack(packed, out tuple)); }