namespace MeetingAssistant.Recording; public sealed record MicrophoneDevice( string Id, string Name); public sealed record MicrophoneDeviceSnapshot( IReadOnlyList Available, MicrophoneDevice? Current);