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