Trying to show a popup message like on this page: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/pop-ups/
On there it has this sample: DisplayAlert ("Alert", "You have been alerted", "OK");
I see a base method of DisplayAlert that takes 4 parameters not three. I want a dialog with only a single OK button.