public HistoryBuilder(IClarifySession session, ISchemaCache schemaCache, IActEntryTemplatePolicyConfiguration templatePolicyConfiguration, IHistoryItemAssembler historyItemAssembler)
 {
     _session     = session;
     _schemaCache = schemaCache;
     _templatePolicyConfiguration = templatePolicyConfiguration;
     _historyItemAssembler        = historyItemAssembler;
 }
 public HistoryBuilder(IClarifySession session, ISchemaCache schemaCache, IActEntryTemplatePolicyConfiguration templatePolicyConfiguration, IHistoryItemAssembler historyItemAssembler)
 {
     _session = session;
     _schemaCache = schemaCache;
     _templatePolicyConfiguration = templatePolicyConfiguration;
     _historyItemAssembler = historyItemAssembler;
 }