// GET api/beer?brewery=X&beerName=X public BeerEntity Get(String brewery, String beerName) { return(beerService.GetBeerByName(brewery, beerName)); }