public bool BuyFromStockExchange() { return(stockExchange.Buy(this, new StockRequest { Count = Count, Price = Price, Symbol = Symbol, Requester = Name })); }