public async Task <IActionResult> GetRestStream() { var result = await _restClient.GetDataStreamAsync(new DataRequest()); return(Ok(result)); }