public void ItemTypes_AccessRelatedEntities(int itemTypeId) { var it = ItemTypes.GetItemType(itemTypeId).Value; var mg = ItemTypes.GetMarketGroup(it); var g = ItemTypes.GetGroup(it); var c = Groups.GetCategory(g); g.Should().NotBeNull(); c.Should().NotBeNull(); }