namespace PARR.EsppApi.Models { public class EsppResponse { public string Message { get; set; } = string.Empty; public string ErrorCode { get; set; } = string.Empty; } }