public FindOrCreateBranch(StorePurchaseContext next, ITillService tillService) : base(next)
 {
     _tillService = tillService;
 }
 public FindOrCreateCustomer(StorePurchaseContext next, ICustomerService customerService) : base(next)
 {
     _customerService = customerService;
 }