namespace FinancialApi.Domain.Entities; public class InvalidStartingBalanceException(string message) : Exception(message);