public PlotViewModel(INavigationService navigationService, IAudiogramPlot audiogramPlot, IStorageFolder storageFolder) : base(navigationService) { this.storageFolder = storageFolder; this.audiogramPlot = audiogramPlot; }