namespace TheCyclopsContracts.Exceptions; public class ValidationException(string message) : Exception(message) { }