I have this working in js to give me the address of the logged-in Metamask user, but I would like to do it using Nethereum. Could someone tell me the equivalent to this with Nethereum?
var accounts = await web3.eth.getAccounts();
console.log(accounts)