This query depends on the map service. There are a couple of things to do. Change the map service to have the region as the display field, or you could add a where statement for the query in the xaml.cs. The where statement would be query.where = Sub_Region = 'Pacific'; You could bind the where statement to a dropdown for all the regions.
The best thing to do is go to the rest endpoint and hit the query tab to make sure that you get the results that you want.