public void ContextInterface(int price)
 {
     _priceStrategy.AlgorithmCalculatings(price);
 }