public void testMemberLeftException_usingSimpleMember() throws IOException, ClassNotFoundException {
String uuid = UuidUtil.buildRandomUuidString();
String host = "127.0.0.1";
int port = 5000;
Member member = new SimpleMemberImpl(uuid, new InetSocketAddress(host, port));
testMemberLeftException(uuid, host, port, member);
}