using MediatR; namespace ErsatzTV.Core.Notifications; public record PlaybackTroubleshootingCompletedNotification( int ExitCode, Option MaybeException, Option MaybeSpeed) : INotification;