GetAddressGet the address of the currently connected wallet.UsageCall this method to get the address of the connected wallet.string address = await sdk.wallet.GetAddress();Return ValueReturns the wallet address as a string.string;