public bool IsWithinDeliveryRange(Store store, String deliveryAddress) { return("NEARBY".Equals(deliveryAddress)); }