protected void OnPlaybackStarted(PlayBackStartedEventArgs eventArgs) { if (PlaybackStarted != null) { PlaybackStarted(this, eventArgs); } }