public void TestSetLength() { Assert.Throws <NotSupportedException> (() => chained.SetLength(500)); }