public async Task <IActionResult> Get() { var result = await _repository.GetCustomersWithReadingsAsync(); return(Ok(result)); }