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