Method of IApplication
Creates initial storage object
var ppStorage = Application.Storage();
ppStorage = Application.Storage
CComPtr<ISettingsStorage> pStorage; HRESULT hr = Application.Storage(&pStorage);
IApplication