public async Task GetRoomMemberTest() { var profile = await apiClient.GetRoomMember(roomId, userId1); Assert.NotNull(profile); }