public IProgress Progress(string title) => dialogs.Progress(title);
public IProgress Progress(string title) { return(dialogs.Progress(title)); }