const factory Service({ required String derivationPath, @Default('ed25519') String curve, @Default('sha256') String hashAlgo, }) = _Service;