public async Task <bool> RemoveJobAsync(string JobId)
 {
     return(await _TaskQueue.RemoveJobAsync(JobId));
 }