namespace JiShe.CollectBus.Protocol.Interfaces { public interface IAnalysisStrategy { Task ExecuteAsync(TInput input); } }