public override bool TryGetValue(ModKey key, out ModRegistry.Record value) { return(_modRegistry.TryGetValue(key, out value)); }