pub type RouterParams = Query<RUMWebData>;
pub struct RouterParams(pub HashMap<String, String>);
0: HashMap<String, String>