I want to use Aspose.words.IA in .Net to Check grammar using my Azure OpenAI instance. but I receive an error message : Ressource not found. Th url and Apikey are correct because I already use them in my project to reach…...is my code in C# : Document doc = new Document(inputFile); string...documentCorrige = model.CheckGrammar(doc, grammarOptions); documentCorrige...