using PMSWPF.Models; namespace PMSWPF.Services; public interface IDeviceDialogService { Task ShowAddDeviceDialog(); }