namespace SDKAdapter.OperationPlatform.Models { public class OP_ListResponse where T:class { public long Count { get; set; } public List Items { get; set; } } }