namespace WirelessTextSyncer.Windows.Services; public interface IAudioControlService { bool IsMuted { get; } void SetMute(bool muted); }