namespace Hcs.ClientNet.Api.Request.Adapter { public interface IGetStateResultMany : IGetStateResult { object[] Items { get; } } }