namespace FindAndDrive.Domain.Models.Exceptions; public class ApiException { public int StatusCode { get; set; } public string Message { get; set; } }