macro_rules! impl_ownership {
    ($contract: ident, $ownership: ident) => { ... };
}