public async Task <string> Get() { var message = await client.GetString("http://localhost:5001/api/values"); return(message); }