registry.rebind("wm", stub);
RemoteWorkspaceManager client = (RemoteWorkspaceManager) registry.lookup("wm");
WorkspaceManager local = new ClientWorkspaceManager(client);
Workspace w = local.createWorkspace();
w.delete();
EasyMock.verify(remote, workspace);
UnicastRemoteObject.unexportObject(server, true);
}