namespace Recyclarr.Cli.Command; public interface IServiceCommand { string Name { get; } }