public void WriteTo_Throws() { var info = new CatalogDirInfo(); Assert.Throws <NotImplementedException>(() => info.WriteTo(Array.Empty <byte>(), 0)); }