Future<ChatUserList> getChatUserId(String name) async { final response = await client.getAllChatUsers(Empty()..name=name); return response; }