public virtual void Play(string file) { Logger.ReportInfo("About to play : " + file); PlaybackController.PlayVideo(file); }