this.handle = function(event){
        expect(event.param1).toEqual('one');
        expect(event.param2).toEqual('two');
        subscriberWasCalled = true;
      }