/**
  * @param ApplicationDefault $app
  */
 public static function setInstance($app)
 {
     self::$_instance = $app;
 }