@Before
 public void before() {
   if (!this.config.checkConfig()) {
     IoUtils.exitOnError();
   }
 }