Remove the Area name from View and Input models
CheckAddViewModel, NotificationAddViewModel would both become just AddViewModel.
The difference resides in their namespace. That’s what namespaces are for anyways.
[Action]ViewModel, [Action]InputModel.