HttpResponseMessage response = _client.GetAsync("/get").Result; string res = await response.Content.ReadAsStringAsync(); return await JsonConvert.DeserializeObjectAsync<T>(res);