public ClothingRecommendationService( IWeatherForecastService weatherForecastService, IClothingRuleRepository clothingRuleRepository) { _clothingRuleRepository = clothingRuleRepository; _weatherForecastService = weatherForecastService; }