public SecondStreetAPI(Common.Account account) { this.account = account; }
public SecondStreetAPI(string email, string password) { this.account = new Common.Account(); this.account.email = email; this.account.password = password; }