bool isOnlyOneApprovalLeft(int signatoriesLength) { return approvals.length == signatoriesLength - 1; }