namespace SharpChat { public enum ChatUserDisconnectReason { Leave, TimeOut, Kicked, Flood, } }