macro_rules! instance {
    ($instance:expr) => { ... };
    ($tag:expr, $fields:expr) => { ... };
}