private void OnChatStatus(string name, bool online) { ChatStatus?.Invoke(this, new ChatStatusEventArgs(name, online)); }