namespace HrynCo.NotificationService.Services.Core; public enum ServiceErrorCode { NotFound = 1, Conflict = 2, InvalidRequest = 3, }