public NewAssessmentFunctions(ILogService logService, IResponseWithCorrelation responseWithCorrelation, IQuestionSetRepository questionSetRepository, IUserSessionRepository userSessionRepository, ISessionClient sessionClient, ICorrelationIdProvider correlationIdProvider)
 {
     this.logService = logService;
     this.responseWithCorrelation = responseWithCorrelation;
     this.questionSetRepository   = questionSetRepository;
     this.sessionClient           = sessionClient;
     this.correlationIdProvider   = correlationIdProvider;
     this.userSessionRepository   = userSessionRepository;
 }
 public JobProfileFunctions(ILogService logService, IResponseWithCorrelation responseWithCorrelation)
 {
     this.logService = logService;
     this.responseWithCorrelation = responseWithCorrelation;
     resourceName = typeof(JobProfileFunctions).Namespace;
 }