public static function create()
 {
     if (self::$singleton == null) {
         self::$singleton = new Lithium();
     }
     return self::$singleton;
 }