public JobsOutput CreateJob(JobsInput input) { var output = new JobsOutput(); output = _jobsRepository.CreateJob(input); return(output); }