public void Init() {
     myAccount = Accounts.MakeAccount<SavingsAccount>("123456789");
     registeredCounterAccount = Accounts.MakeAccount<CheckingAccount>("497164833");
     myAccount.RegisteredCounterAccount = registeredCounterAccount;
 }         
 public void Init()
 {
     myAccount = Accounts.MakeAccount <SavingsAccount>("123456789");
     registeredCounterAccount           = Accounts.MakeAccount <CheckingAccount>("497164833");
     myAccount.RegisteredCounterAccount = registeredCounterAccount;
 }