var terminal = (isInbound, isOutbound) switch{ (false, true) => "Inbound", (true, false) => "Outbound", _ => ""};