public static Balance NewBalance(Domain.Balance balance) => new Balance(balance);
public Balance(Domain.Balance balance) { Item = balance; }