GuiShell? findShell(String id, {bool raise = true}) { return _findGeneric<GuiShell>( id, (s) => GuiShell(s), raise, expectedSapType: GuiComponentType.guiShell.value, // 122 ); }