public void TestMethod_Songs() { var songs = new Songs(); songs.AddToPlayList(null, null); Assert.Fail(); }