public ActionResult <SortJob> GetJob(Guid jobId) { // TODO: Should return a specific job by ID. return(MemoryQueue.GetJob(jobId)); }