global

def after_close_account

def after_close_account
  super if defined?(super)
  account_activity_ds(account_id).delete
end