}
@Override
public IRemoteCommunicationCenter getRemoteCommunicationCenter(
IUniqueID uniqueID, ParameterBlock params) throws RemoteException {
return new CommunicationCenterFactory().create(null, SimSystem.getRegistry().createContext()).getFirstValue();
}