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