public async Task <ActionResult> DeleteAsync(Guid id) { await _hostService.DeleteAsync(id); return(NoContent()); }