public GetOrderQueryHandler(ITransactionBus bus, IOrderMapper mapper)
 {
     this.bus    = bus;
     this.mapper = mapper;
 }
 public OrderReportingService(ITransactionBus bus)
 {
     this.bus = bus;
 }