Sometimes is useful to send and retrieve specific and unique data during a transaction, e.g. I need to find a way to keep specific data when capturing and voiding a payment is happening, then retrieve the data on onCapturePreAuthResponse, I know there are a lot of ways to do it, like DB, singletons etc, however, I am trying to find the easiest way, wondering if clover has a property to storage the data (at request time), and get the data back on the callback, is there a way?