* {@link org.jboss.errai.bus.client.api.BadlyFormedMessageException}. You must call {@link #create(Message)}.
*
* @return - this method will never return.
*/
static CommandMessage create() {
throw new BadlyFormedMessageException("You must create a ConversationMessage by specifying an incoming message.");
}