namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI; public interface ISettingsService { void ShowSettingsDialog(); }