namespace Hcs.ClientApi.RemoteCaller { public interface IHcsGetStateResultOne : IHcsGetStateResult { object Item { get; set; } } }