This method retrieves the current signer of the connected SmartWallet.
var signer = await smartWallet.GetPersonalWallet();
The method returns an instance of IThirdwebWallet representing the current signer of the connected SmartWallet.
IThirdwebWallet