public static Account Create(AccountState state) { return(new Account(state)); }
private Account(AccountState state) { _state = state; }