private UserPromptWindow(Options options) : base(options.Title) { ViewModel = new UserPromptWindowViewModel(this, options); Content = new UserPromptWindowContent { DataContext = ViewModel }; }