macro_rules! issue_command_with_properties { ($command:ident, $value:expr, $($key:ident: $val:expr),*) => { ... }; }