JsonRpcRequest message) {
Assert.notNull(message.getParams(), "", 1); // TODO
Assert.notNull(message.getParams().getCommand(), "", 1); // TODO
ContentCommandResult result = null;
try {
result = interalRawCallToOnContentCommand(new ContentCommand(
message.getParams().getCommand().getType(), message
.getParams().getCommand().getData()));
} catch (Throwable t) {
getLogger().error(