it('should throw error if api key is not passed', function() {
      (function() {
        Samwise.Api.getGovBusinessPointOfContact();
      }).should.throw(Samwise.Errors.API_KEY_OR_DUNS_MISSING);
    });