public MarketStoryDecorator(MarketStory decoratedStory)
 {
     _decoratedStory = decoratedStory;
 }
 public MarketStoryWithExtendedReport(MarketStory story)
     : base(story)
 {
 }
 public MarketStoryWithReport(MarketStory story)
     : base(story)
 {
 }