namespace Interface.Jobs; public interface IChineseNfoRegistry { void Job( string? tmdbId = null, string? seasonNumber = null, string? episodeNumber = null, bool ignoreLocked = false, bool ignoreCompleted = false ); }