public void SendBroadcast(Byteable byteable, bool reliable = false) { _channel.SendAll(byteable, reliable); }