public PresentationTime(PresentationDurationObserver presentationDurationObserver)
 {
     _progress  = new Progress <TimeSpan>(presentationDurationObserver.NotifyOnTimePassed);
     _stopwatch = new Stopwatch();
 }
 public PresentationTime(PresentationDurationObserver presentationDurationObserver)
 {
     _progress = new Progress<TimeSpan>(presentationDurationObserver.NotifyOnTimePassed);
       _stopwatch = new Stopwatch();
 }