@Override
public Future<Response> queueRequest(Command cmd, byte[]... args)
throws ClientRuntimeException, ProviderException
{
throw new NotSupportedException (
"Response.serviceRequest(RequestListener requestListener, " +
"Object , Command, byte[]...) is not supported.");
}