namespace Hcs.ClientApi.RemoteCaller { public interface IHcsFault { string ErrorCode { get; set; } string ErrorMessage { get; set; } } }