public async Task <IActionResult> CompleteDelivery(int id) { await _deliveryRepository.Complete(id); return(NoContent()); }