using ErsatzTV.Core; using LanguageExt; using MediatR; namespace ErsatzTV.Application.MediaCollections.Commands { public record DeleteTraktList(int TraktListId) : IRequest>, IBackgroundServiceRequest; }