public ChatManager() { /// connections this._connection = new ChatConnection(); this._connection.LogEvent += connectionLogEvent; this._connection.JoinEvent += connectionJoinEvent; /// collections this._collection = ChatClientCollection.InstanceContext; /// logger this._logger = Logger.InstanceContext; }