public bool Contains(string itemName) => itemName.IsNotNull() && InternalCollection.ContainsKey(itemName);