(new App())->autoMulti() ->name('admin') ->run() ->send();
(new App())->name('admin') ->autoMulti() ->run() ->send();