Future<Result<bool>> deleteConversation(int conversationId) async { return await _sdk.deleteConversation(conversationId); }