How to configure DefaultEngine.ini for OnlineBeaconHost

I am having an issue when attempting to Create an OnlineBeaconHost. I am usng the included netdriver in Onlinesubsystemutils ,and when look at logs it fails with error CreateNamedDriver failed to create a driver from the definition BeaconNetDriver.

I have the BeaconHost setup in my DefaultEngine.ini file and it does not work.

+NetDriverDefinitions(DefName=“BeaconNetDriver”,DriverClassName=“OnlineSubsystemUtils.IpNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)

[/Script/OnlineSubsystemUtils.OnlineBeaconHost]
BeaconPort=7787

I had the same problem