namespace FinControl.Domain.Enums; public enum AccountType { CheckingAccount = 0, SavingsAccount = 1, Wallet = 2, Investments = 3 }