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