public Task <JobDescriptor?> GetJobOrDefaultAsync(string id) { return(_jobStore.GetJobOrDefaultAsync(id)); }