//pass concrete class that should be observed public GoogleInvestorObserver(Stock stock, string investorName) { _stock = stock; _investorName = investorName; }