Select a specific UserAccount as the currently selected user account.
If the KeyStore implements selecting UserAccounts in a way that does not allow arbitrary UserAccounts to be programatically selected,then the KeyStore should only ever return one available UserAccount from the userAccount$ and getUserAccounts properties.
(id?: UserAccountID)=> Promise<void>
deleteUserAccount
The KeyStore may optionally support deleting UserAccounts.