Default Address Derivation

I’m trying to add nem support to Trezor.Net (https://github.com/MelbourneDeveloper/Trezor.Net). I have no problem getting addresses from the Trezor like this:

    public async Task GetNEMAddress()
    {
        var address = await GetAddressAsync("44'/43'/0'", false);
    } 

But, the Trezor complains that it is an invalid path, and the outputted address does not match the address here:

What address path and Network number was used to derive the address the appears in the image above?