A simple console application that creates a hot drink of your choice.
Currently supported drinks are Cappuccino, Coffee and Latte.
To add a new drink types, it will need to be added to the HotDrinkType enum and to the HotDrinkRecipes dictionary (along with its recipe) in HotDrinkService.cs.
An appsettings.json file controls configuration presets for the generator.