``` swift //... self.menu[MenuGroup(name: groupName.uppercased(), image: groupName, guid: groupGuid)] = items print(self.menu[MenuGroup(name: groupName.uppercased(), image: groupName, guid: groupGuid)]) //... ``` it prints nil