Example #1
0
 public void Handle(NewMessageCreatedEvent notification)
 {
     _blobStorage.DoSomething(new Message(notification.Content));
 }