public void Init()
 {
     logicBrokerFactory = new LogicBrokerFactory(Config);
     inventoryService   = logicBrokerFactory.CreateInventoryService(Credentials);
 }
 public void Init()
 {
     logicBrokerFactory = new LogicBrokerFactory(this.Config);
     ordersService      = logicBrokerFactory.CreateOrdersService(this.Credentials);
 }