public void Unload()
 {
     AppLogList.Unload();
 }
 public async Task LoadAsync(AppLogListArgs args)
 {
     await AppLogList.LoadAsync(args);
 }