public Google.MobileAds.Consent.DebugSettings ToPlatform()
 {
     return(new Google.MobileAds.Consent.DebugSettings
     {
         Geography = Geography.ToPlatform(),
         TestDeviceIdentifiers = iOSTestDeviceIds.ToArray(),
     });
 }