public MyBrewsController(IUserService userService, IRecipeService recipeService, IBrewService brewService, ITemperatureAggregateService temperatureAggregateService) { UserService = userService; RecipeService = recipeService; BrewService = brewService; TemperatureAggregateService = temperatureAggregateService; }