public class ItemDictionary : Dictionary { public override ItemSO GetEntryById(string id) => entries.Find(entry => entry.id == id); }