public void SavePodcastAsXml(IPodcast podcast) { IDataTarget fileTarget = Factory.CreateFileTarget(); fileTarget.SavePodcast(podcast); }