public string GetMarketData() { var marketData = market.GetMarketData(this.userId, this.entityId); return(JsonConvert.SerializeObject(marketData)); }