public void GivenTheOrganizationServicePolicyHasTheFollowingGeofenceLocations(Table table)
        {
            var locations = TableUtils.LocationsFromTable(table);

            _directoryClientContext.LoadedServicePolicy.Locations.ShouldCompare(locations);
        }
 public void GivenTheOrganizationServicePolicyIsSetToHaveTheFollowingGeofenceLocations(Table table)
 {
     _directoryClientContext.LoadedServicePolicy.Locations = TableUtils.LocationsFromTable(table);
 }