void unsubscribe(List<String> properties, {int? id}) => send('unsubscribe', properties: properties, id: id);