using Modules.Library.Domain.Gateways; namespace Modules.Library.Domain.Interactors.MediaContent.Anime.Season; public class DeleteInteractor(IAnimeTitleGateway gateway) { }