Start browsers in private mode

Has anyone had success in opening Edge Chromium in private mode? I have a keyword that is running what I have found on Stack Overflow as supported, but it is not opening in private mode for me:

EdgeOptions edgeOptions = new EdgeOptions();
edgeOptions.setCapability("InPrivate", true); //Currently not working
GlobalVariable.IncognitoDriver = new EdgeDriver(edgeOptions);