pub type AuthPool = BoundedVec<AuthorizerHash, AuthWindow>;
pub struct AuthPool(/* private fields */);