public void GetSizeInBytes() { var blist = new BList { 1, 2, "abc" }; blist.GetSizeInBytes().Should().Be(13); }