private void ForwardTime(object sender, RoutedEventArgs e) { _currentPodcast?.Forward(TimeSpan.FromSeconds(10)); }