virtualMachineTcpServer.shutdown();
}
@Test(expected = IllegalStateException.class)
public void testExceptionCommunication() throws Exception {
Protocol protocol = new Protocol() {
@Override
public LogFilesResponse collectLogFilesOperation(LogFilesRequest request) throws CommunicationException {
return new LogFilesResponse(new LinkedList<>());
}