public async Task <ActionResult> Delete(Guid id) { await _adService.DeleteByIdAsync(id, UserId); return(NoContent()); }