public async Task <ActionResult> StartJob([FromBody] Job job) { await _jobRunner.ExecuteAsync(job); //Accepted return(StatusCode(202)); }