willDestroy() super.willDestroy(...arguments); this.priceFeed.disconnect();
constructor() super(...arguments); this.priceFeed.connect(); ember subs
@cached get fullName() return $this.firstName $this.lastName ; willDestroy() super