Hi, We should be able to call the ContainKey() extension on a IReadOnlyDictionary: ``` C# IReadOnlyDictionary<TKey, TValue> dictionary; dictionary.Should().ContainKey(...) ```