public EventConsumer(INotifyTopicSubscriptions notifyTopicSubscriptions, IProcessMessages messageProcessor) { this.notifyTopicSubscriptions = notifyTopicSubscriptions; this.messageProcessor = messageProcessor; }