macro_rules! execute_command {
    ($obj:ident, $command:path, $expected_name:path) => { ... };
}