我想将我的应用程序集成到X个外部系统中。与每个外部系统的集成将具有相同的操作类型,但将在一个单独的类中处理。public interface IOrderIntegration //I want to define the ImportOrder action here, so that all future integrations conform但是,每个外部系统都有自己的封闭SDK (不能编辑),需要引用。e.g
public class EbayOrderIntegration : IOrderInte