Calls to Phi Silica result in 'COMException' class not registered · Issue #5123 · microsoft/WindowsAppSDK

Describe the bug I am trying to call into Phi Silica and run this code: if (!LanguageModel.IsAvailable()) { var op = await LanguageModel.MakeAvailableAsync(); } using LanguageModel languageModel = ...