I have a few ViewModels which run a process from a simple string parameter. I want them to all use the same method to do it so as to not repeat code.
I was thinking about putting this method in ViewModelBase, however wouldn't that replicate the code anyway?