afterEach(function () {
   xhr.restore();
   events.getEvents.restore();
   eplAnalyticsAdapter.disableAnalytics();
 });
 afterEach(() => {
   xhr.restore();
   events.getEvents.restore();
 });
 afterEach(() => {
   vubleAnalytics.track.restore();
   events.getEvents.restore();
 });
 afterEach(function () {
   xhr.restore();
   events.getEvents.restore();
 });
 afterEach(function () {
   adomikAnalytics.track.restore();
   sendEventStub.restore();
   sendWonEventStub.restore();
   events.getEvents.restore();
 });
 afterEach(() => {
   sigmoidAnalytic.track.restore();
   events.getEvents.restore();
 });
    afterEach(() => {
      adapter.disableAnalytics();
      window[config.global].restore();

      events.getEvents.restore();
    });
 afterEach(function () {
   sigmoidAnalytic.track.restore();
   events.getEvents.restore();
 });