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