public override void OnNavigatedTo(NavigationContext navigationContext)
 {
     Task.Run(() => PowerLogService.ScanEventLogsAsync());
 }