The UIProvider is used to initiate new UI flows, for example showing the
login dialog. To get an instance of UIProvider to work with, import the
IUIProvider service in your constructor:
[ImportingConstructor]
public ExampleViewModel(IUIProvider uiProvider)
{