MainWindow.ShowMessageOverlayAsync
Helper routine to show a Metro Dialog. Note this dialog popup is fully async!
public Task<MessageDialogResult> ShowMessageOverlayAsync(string title, string message,
MessageDialogStyle style, MetroDialogSettings settings)