pub trait ChangeRelations {
// Required method
fn owner<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Change, SDKError>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}