namespace LobbyServerDto { /// /// Send to lobby client after connection is established /// [LobbyMessage] public partial class LobbyClientConnectionInfo { /// /// Connection id on the lobby server /// public int Id { get; set; } } }