pub type BoxedIdentityConfig = Box<IdentityConfig>;
pub struct BoxedIdentityConfig(/* private fields */);