namespace Interface.Jobs; public interface IChineseNfoRegistry { void Job(bool ignoreLocked, bool ignoreCompleted); }