Check if a command is supported
static bool isSupported(String command) { return _deserializers.containsKey(command); }