public void TestReadXml() { var instance = new PlayAudio() as IXmlSerializable; Assert.Throws <NotImplementedException>(() => instance.ReadXml(null)); }