protected override bool ReleaseHandle() { var returnCode = PInvokes.cashdb_disconnect(this, _reason); return(returnCode == ReturnCode.SUCCESS); }