using System.Net; namespace adas_core.Domain.Exceptions; public class LoginServicesNotFoundException() : BusinessException(HttpStatusCode.Forbidden, "No login services available");