using System.CommandLine; namespace MycroForge.Core.Contract; public interface ISubCommandOf where T : Command { }