pub type TypedInstanceRef<S: ?Sized> = Arc<Box<S>>;
pub struct TypedInstanceRef<S: ?Sized> { /* private fields */ }