/**
  * Arnaud's solution to fix #1670, comment: 15
  *
  * @return the GgbAPI instance of the application
  */
 public GgbAPI getGgbApi() {
   return app.getGgbApi();
 }