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