public EntityAddScheduledPublishHistory(
     IEntityScheduledPublishFactory scheduledPublishHistoryFactory,
     IEntityScheduledPublishHistoryContextFactory contextFactory)
 {
     ScheduledPublishHistoryFactory = scheduledPublishHistoryFactory;
     ContextFactory = contextFactory;
 }
 public EntityFindScheduledPublishHistories(
     IEntityScheduledPublishHistoryContextFactory contextFactory)
 {
     ContextFactory = contextFactory;
 }