namespace Hcs.ClientNet.Api.Request { public interface IErrorMessage { string ErrorCode { get; } string Description { get; } } }