public async Task Consume(ConsumeContext <NotificationMessage> context)
 {
     await _processor.PushNotification(context.Message);
 }