AccountId copyWith({String? accountId}) { return AccountId( accountId: accountId ?? this.accountId, ); }