const mock = sinon.stub(elk, 'fetchElk').callsFake(() => {
      return Promise.resolve({
        count: 1
      });
    });