public async Task <bool> HandleAsync(DeleteExportNotification message) { await repository.Delete(message.NotificationId); return(true); }