return Promise.all([Entity.remove(), Client.remove(), AccessToken.remove()])
      .then(() => new Entity(testEntity).save())
      .then((entity) => {
        testEntity.id = entity._id;
        testAccessToken.entity = entity._id;