diff --git a/Source/EasyNetQ.Management.Client/Model/Connection.cs b/Source/EasyNetQ.Management.Client/Model/Connection.cs index dd29acac..de066f25 100755 --- a/Source/EasyNetQ.Management.Client/Model/Connection.cs +++ b/Source/EasyNetQ.Management.Client/Model/Connection.cs @@ -13,7 +13,7 @@ public record Connection( string? LastBlockedBy, string? LastBlockedAge, long Channels, - string Type, + string? Type, string Node, string Name, string? Address,