public BuybackResultController(IRepositoryService repositoryService, IBuybackProcessor buybackResultProcessor)
 {
     this.repositoryService = repositoryService;
     this.buybackResultProcessor = buybackResultProcessor;
 }
 public BuybackResultController(IRepositoryService repositoryService, IBuybackProcessor buybackResultProcessor)
 {
     this.repositoryService      = repositoryService;
     this.buybackResultProcessor = buybackResultProcessor;
 }