public async Task <ActionResult> Delete([FromRoute] Guid id) { await _urlService.DeleteAsync(id); return(NoContent()); }