using Trash.Command; namespace Trash.Radarr { public interface IRadarrCommand : IBaseCommand { } }