I am trying to open a file dialog by pressing a button on view and view call a command "OpenFileDialog" which is defined in viewmodel. That method send a message to view to open the "Microsoft.Win32.OpenFileDialog()" and now I want to communicate the result of OpenFileDialog to ViewModel.I am trying to open a file dialog by pressing a