Throwing error when trying to create new PowerShell Connector

Hi Team,

Seeking for assistance, I am receiving error when I am creating a Synchronization Project for a Powershell Connector.
It is importing Microsoft.Graph and MSAL.PS
Powershell works on local OIM instance.

Version 9.1

The following errors occured during execution:
Method not found: 'Void Azure.Core.TokenRequestContext .. ctor(System.String[], System.String, System.String, System.String,
Boolean)'.
at VI.Projector.Editor.Wizards.PageShell03_ConnectionTargetView.OnExecuteCommand[T](String command, Object[] args)
at VI.Projector.Editor.Wizards.PageShell03_ConnectionTargetView ._ CreateNewConnection(ProjectorUIElementInfo info,
ISystemConnectGate gate)
at VI.Projector.Connection.SystemConnection.TryConnect()
at VI.Projector.Connection.Connectors.ThreadSafeConnector.OnConnect(ISystemConnectionParameterCollection
connectionParameter)
at VI.Projector.Connection.SystemConnector.Connect(ISystemConnectionParameterCollection connectionParameter)
at VI.Projector.Powershell.Connector.PoshConnectorBase.OnConnect(ISystemConnectionParameterCollection
connectionParameter)
at VI.Base.GenericPool'1.Get()
at VI.Projector.Powershell.Connector.PoshConnectorBase .< >c_DisplayClass25_0 .< OnConnect>b_00
at VI.Projector.Powershell.Connector.PoshContext.Connect()
at VI.Base.PowerShell.LogPoshRunner.Execute(IEnumerable'1 pipeline)
at VI.Base.PowerShell.Runner.RunspaceUtils.Run(Runspace target, IPoshExecutionltem item, Int32 maxDeserDepth)

Thank you.