it('should obtain the logger micro.bus', function() {
      bus.getInstance(config)
      Logger.getLogger.should.have.been.calledWith('micro.bus')
    })