setCommittee method
Set the committee info for direct mode operations.
Overrides auto-resolution from the chain. Useful for testing or when committee info is already known.
Implementation
void setCommittee(CommitteeInfo committee) {
_committee = committee;
}