describe("GetUsersError", function () {
    it("should not be instanceof ConnectionError", function () {
      assert.notInstanceOf(new GetUsersError("test", "mods"), ConnectionError);
    });
    it("should not be instanceof ClientError", function () {