public async Task <PopularResult> DeleteAsync([Required] int id) { return(await _dictService.DeleteAsync(id)); }