pub type WebContextStore = Arc<Mutex<HashMap<Option<PathBuf>, WebContext>>>;
pub struct WebContextStore { /* private fields */ }