private async Task MarkAsProcessed(string notificationId) { await dataApiClient.DeleteNotificationAsync(notificationId); }