public NotificationTemplateService(EfCoreNpgsqlWorkflowEngineDbContext workflowEngineDbContext)
 {
     this.workflowEngineDbContext = workflowEngineDbContext;
 }
 public WorkflowEngineService(EfCoreNpgsqlWorkflowEngineDbContext workflowEngineDbContext)
 {
     this.workflowEngineDbContext = workflowEngineDbContext;
 }