public async Task <string> Deliver([FromBody] long[] IDs) { await _certificateService.ExecuteCertDelivery(IDs); return("Ok"); }