function __construct()
 {
     self::$kv = new SaeKV();
     self::$kv->init();
     self::$stor = new SaeStorage();
 }