Dumping object(System.Collections.Generic.List`1[Owner])
[
{
CatsCount : 2
DogsCount : 2
OwnerId : 1
},
{
CatsCount : 1
DogsCount : 2
OwnerId : 2
}
]Dumping object(System.Collections.Generic.ValueCollection[Int32,Owner])
[
{
CatsCount : 2
DogsCount : 2
OwnerId : 1
},
{
CatsCount : 1
DogsCount : 2
OwnerId : 2
}
]