EntityObjectBuilder({ String? publicKey, String? privateKey, String? passphrase, }) : _publicKey = publicKey, _privateKey = privateKey, _passphrase = passphrase;