public DocumentObserverChatClient(DocumentClientConfig config, DocumentDb <Message> db)
        {
            this.config = config;
            this.db     = db;

            this.settings = IocServices.Resolve <ISettings>();
        }