namespace Hcs.ClientApi.RemoteCaller { public interface IHcsGetStateResultMany : IHcsGetStateResult { object[] Items { get; set; } } }