AutomaticUpdater and MVVM

Hello, I am doing testing with your library. From the tutorial, you showed me that the control can call method like automaticUpdate.ForceCheckForUpdate() or automaticUpdate.installNow().

How can it support MVVM in WPF so that I am able to call these methods in ViewModel/Model instead of View?