public MapSiteRenderingParams(ISmartCopyService smartCopyService) : base()
 {
     _smartCopyService = smartCopyService;
 }
 public CopyPageDataAndMapNestedReferences(ISmartCopyService smartCopyService) : base()
 {
     _smartCopyService = smartCopyService;
 }