identify(options = {}) {
    const { id } = options;
    const properties = without(options, 'id');

    assert('You must pass a distinct id', id);