public RestaurantFinder(IJustEatRestaurantInformationClient restaurantInformationClient)
 {
     _restaurantInformationClient = restaurantInformationClient;
 }
 public RestaurantFinder(IJustEatRestaurantInformationClient restaurantInformationClient)
 {
     _restaurantInformationClient = restaurantInformationClient;
 }