public void ShouldSerialize()
        {
            var serializer = new PromotionsSerializer(products);

            string output = serializer.Serialize(promotions);

            Assert.Equal(Serialized, output);
        }