public PoliCompleteStepStrategy(
     IPoliIntergrator poliIntergrator,
     IRepository <PoliPayment> repository)
 {
     _poliIntergrator = poliIntergrator;
     _repository      = repository;
 }
 public PoliPaymentStrategy(IPoliIntergrator poliIntergrator)
 {
     _poliIntergrator = poliIntergrator;
 }