/// <summary>
 /// Act on the object or method under test.
 /// </summary>
 protected override void Act()
 {
     sut = Track2DataFromIcc.Parse(ms.ToArray());
 }