protected async override Task OnInitializedAsync()
 {
     activityLogVMs = await ActivityLogService.FetchAllAsync();
 }