I have a polygon featureclass loaded into a Runtime SDK map from an mmpk. This featureclass contains polygons with holes cut out of them and filled by other polygons. An IdentifyLayersAsync with a point from GeoViewTapped at the location of an inner polygon will return in its results both the inner polygon and the surrounding donut polygon. Is this expected behavior for identify? If so is there a way to exclude the polygon with the hole from the identify results?