pub type RouterAppConf = State<Arc<RwLock<AppConf>>>;
pub struct RouterAppConf(pub Arc<RwLock<AppConf>>);
0: Arc<RwLock<AppConf>>