protected override async Task <AssetResponse> GetData() { return(Data ?? (Data = await MarketData.GetFondData(Ticket))); }