letcommand=awaitrunCommand(`echo "y" | sudo ufw ${shouldDryRunDuringTesting}ufw insert 1 deny from ${address}${port?`to any port ${port}`:""}${protocol?`proto ${protocol}`:""}`);
letcommand=awaitrunCommand(`echo "y" | sudo ufw ${shouldDryRunDuringTesting} insert 1 deny from ${address}${port?`to any port ${port}`:""}${protocol?`proto ${protocol}`:""}`);