export enum ClientEventType {
    OFFLINE, ONLINE, MESSAGE
}
