public async Task <PopularResult <List <DictDto> > > GetAllAsync() { return(await _dictService.GetAllAsync()); }