public Task EnqueueAsync(T notification)
 {
     return(Task.Run(() => _realtimeNotifier.SendAsync(notification)));
 }