apiWrapper.registerWVWMatchListener(analyzer);
} catch (Exception e) {
LOGGER.fatal("Uncought exception while running " + Main.class.getName() + "#main(String[])", e);
}
final IAnchorman anchorman = YAGW2APIAnchorman.INSTANCE.getAnchorman();
anchorman.init(apiWrapper, YAGW2APIMumbleLink.INSTANCE.getMumbleLink());
anchorman.start();
}