public async Task GetLatestData() { var model = _redisManager.GetValue(RedisConstant.DashData); await Clients.All.GetDashData(model); }