public JobPostingController(ISession db, IJobPostingWorkflow workflow) { this.db = db; this.workflow = workflow; }