macro_rules! unwrap_or_initial {
    ($prop: ident) => { ... };
    ($prop: ident, $expr: expr) => { ... };
}