type AppServiceInRoomCache = RwLock<HashMap<OwnedRoomId, HashMap<String, bool>>>;
struct AppServiceInRoomCache { /* private fields */ }