namespace Learun.Application.WeChat { public interface ISend where T : OperationResultsBase, new() { T Send(); } }