namespace MauiApp.Core.RestClient.IntegryApi.Exceptions; public class RestException: Exception { public RestException(string? message) : base(message) { } }