public void ParseTest() { MovieInfo info = new MovieInfo(); byte[] data = Encoding.UTF8.GetBytes(this.testAtom); info.Populate(data); }