public void Dispose() { if (handle != IntPtr.Zero) { LibMultihash.ethash_full_delete(handle); handle = IntPtr.Zero; } }