using PMSWPF.Models; namespace PMSWPF.Services; public interface IDeviceDialogService { Task ShowAddDeviceDialog(); void ShowMessageDialog(string title, string message); }