namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI; public interface IMainWindowService { Task RunAsync(MainWindowVM vm); }