pub type RouterAppState = State<SharedAppState>;
pub struct RouterAppState(pub Arc<RwLock<AppState>>);
0: Arc<RwLock<AppState>>