*
* @param commandShortName the command short name (without device name)
* @return The expected {@link TangoKey}
*/
public TangoKey generateCommandKey(String commandShortName) {
TangoKey key = new TangoKey();
key.registerCommand(getModel(), commandShortName);
return key;
}