public override async ValueTask ExecuteAsync(IConsole console)
        {
            await base.ExecuteAsync(console);

            foreach (var port in MeadowDeviceManager.GetSerialPorts())
            {
                _logger.LogInformation("Found Meadow: {port}", port);
            }
        }