pub fn build_message_client_with_simple_fee_market(
    endpoint: &str,
    inbound_address: Address,
    outbound_address: Address,
    fee_market_address: Address,
    account: Address,
    private_key: Option<&str>,
    gas_option: Options
) -> Result<MessageClient<SimpleFeeMarketRelayStrategy>>