public async Task <BeersResponse> GetAsync(BeerRequest request) { return(await _beerRepository.GetAsync(request)); }