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