namespace ServiceLib.Base; public interface IWindowDialog { public Task ShowDialogAsync(TViewModel vm) where TViewModel : class; }