namespace SharpChat.Events { public interface IChatEventHandler { void HandleEvent(ChatEventInfo info); } }