public async Task LoadAsync() { await LoadWallpaper(Environment.User.Wallpaper); await Taskbar.LoadAsync(); await Sidebar.LoadAsync(); return; }