namespace Hcs.Client.Api.Request { public interface IGetStateRequest { string MessageGUID { get; set; } } }