public PriceCalculationRulesProvider()
 {
     _defaultRule = new DefaultPriceCalculationRule();
     _repository  = new Dictionary <string, IPriceCaluclationRule>();
 }
 public void Setup()
 {
     _sut = new DefaultPriceCalculationRule();
 }