protected ChatWorkerModule(ChatServiceModule chatServiceModule, ChatWorkersConfiguration chatWorkersConfiguration) : base(chatServiceModule) { _chatWorkersConfiguration = chatWorkersConfiguration; }
protected ChatNotificationModule(ChatServiceModule chatServiceModule, ChatNotificationsConfiguration chatNotificationsConfiguration) : base(chatServiceModule) { _chatNotificationsConfiguration = chatNotificationsConfiguration; }