Chat Aggregate.

interface IChat {
    registerEventHandlers(): void;
}

Implemented by

Methods